WIP
This commit is contained in:
@@ -24,12 +24,17 @@ class ecmcDAQDataArray {
|
||||
~ecmcDAQDataArray();
|
||||
void connectToDataSources();
|
||||
void execute();
|
||||
void addDataItem(char* name, int timeFormat);
|
||||
void addChannel(int type);
|
||||
// Always add to last added channel
|
||||
void addDataItemToChannel(char* name, int format);
|
||||
|
||||
private:
|
||||
double *buffer_;
|
||||
std::vector<ecmcDAQDataChannel*> dataChannels_;
|
||||
size_t channelCounter_;
|
||||
size_t dataElementCount_;
|
||||
size_t totalElementCount_;
|
||||
size_t firstDataElementIndex_;
|
||||
};
|
||||
|
||||
#endif /* ECMC_DAQ_DATA_ARRAY_H_ */
|
||||
|
||||
Reference in New Issue
Block a user