This commit is contained in:
2024-03-05 09:39:19 +01:00
parent d4844066dc
commit b069f36c69

View File

@@ -143,7 +143,7 @@ void ecmcDAQDataArray::buildArrayHeader(){
dataStartOffset = dataStartOffset + (*pDataCh)->getDataElementCount();
index++;
// Forth index spare...
buffer_[index] = -1234.0;
buffer_[index] = -1;
index++;
}
}