added error message on receiver side, throw error

This commit is contained in:
mazzol_a
2025-04-30 10:54:34 +02:00
parent 98b1e287a4
commit 062002243e
3 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ class GeneralData {
uint32_t nAnalogSamples{0};
uint32_t nDigitalSamples{0};
uint32_t nTransceiverSamples{0};
std::vector<int> ctbDbitList;
std::vector<int> ctbDbitList{};
int ctbDbitOffset{0};
bool ctbDbitReorder{false};
slsDetectorDefs::readoutMode readoutType{slsDetectorDefs::ANALOG_ONLY};