This commit is contained in:
2024-03-01 21:38:47 +01:00
parent 02012d9841
commit 1238a40331
3 changed files with 26 additions and 44 deletions

View File

@@ -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_ */