This commit is contained in:
2024-03-05 08:35:27 +01:00
parent cf89a79274
commit 7f79cdeb03
4 changed files with 29 additions and 23 deletions

View File

@@ -222,3 +222,7 @@ size_t ecmcDAQDataArray::getArraySize() {
return totalElementCount_;
}
std::string ecmcDAQDataArray::getName() {
return name_;
}