This commit is contained in:
2024-03-04 20:58:33 +01:00
parent 317adbc98e
commit e7d90c550a
8 changed files with 182 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ class ecmcDAQDataArray : public asynPortDriver {
// Always add to last added channel
void addDataItemToChannel(const char* name, int format);
void setEnable(int enable);
size_t getArraySize();
private:
void buildArrayHeader();