mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-14 22:07:12 +02:00
slsReceiverSoftware: bitset storage in case the libarary changes contiguous representation, also changed hdf5 representation from 512 byte (to_string) to just passing char* to keep at 64 bytes
This commit is contained in:
@ -87,7 +87,7 @@ HDF5File::HDF5File(int ind, uint32_t* maxf,
|
||||
parameterDataTypes.push_back(PredType::STD_U8LE);
|
||||
|
||||
parameterNames.push_back("packets caught bit mask");
|
||||
StrType strdatatype(PredType::C_S1, MAX_NUM_PACKETS);
|
||||
StrType strdatatype(PredType::C_S1, sizeof(bitset_storage));
|
||||
parameterDataTypes.push_back(strdatatype);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user