Add time in first element

This commit is contained in:
2024-03-05 09:58:56 +01:00
parent b069f36c69
commit cfe8be8196
5 changed files with 10 additions and 5 deletions

View File

@@ -17,6 +17,7 @@
#include <string>
#include "ecmcDAQDataChannel.h"
#include "ecmcAsynPortDriver.h"
#include "ecmcEc.h"
/* Class to format an array of ecmcDAQDataChannels with headers and push over asyn to epics */
class ecmcDAQDataArray : public asynPortDriver {
@@ -50,7 +51,7 @@ private:
int asynEnableId_; // Enable/disable
int asynRawDataId_; // Raw data buffer
int enablePlugin_; // Enable
ecmcEc *master_;
};
#endif /* ECMC_DAQ_DATA_ARRAY_H_ */