This commit is contained in:
2024-03-02 22:24:43 +01:00
parent 42d2b54c83
commit e092ed9dea
2 changed files with 152 additions and 9 deletions

View File

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