WIP
This commit is contained in:
@@ -9,13 +9,12 @@
|
||||
* Author: anders sandstrom
|
||||
*
|
||||
\*************************************************************************/
|
||||
#ifndef ECMC_DAQ_DATA_ARRAY_H_
|
||||
#define ECMC_DAQ_DATA_ARRAY_H_
|
||||
#ifndef ECMC_DAQ_DATA_CHANNEL_H_
|
||||
#define ECMC_DAQ_DATA_CHANNEL_H_
|
||||
|
||||
#include <stdexcept>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include "ecmcDAQDataChannel.h"
|
||||
#include "ecmcDataItem.h"
|
||||
|
||||
/* Class to store data channels */
|
||||
@@ -64,7 +63,7 @@ private:
|
||||
double type_;
|
||||
};
|
||||
|
||||
#endif /* ECMC_DAQ_DATA_ARRAY_H_ */
|
||||
#endif /* ECMC_DAQ_DATA_CHANNEL_H_ */
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user