This commit is contained in:
2024-03-04 21:30:23 +01:00
parent e7d90c550a
commit 16f1795e32
9 changed files with 160 additions and 47 deletions

View File

@@ -28,6 +28,7 @@ class ecmcDAQDataChannel {
double getData(int first);
bool empty();
double getType();
int validate();
private:
std::vector<ecmcDAQChannelItem*> dataItems_;