#ifndef SRAMINDEX_H #define SRAMINDEX_H #include struct SramIndex_t { QVector shotPropertiesIndex; QVector pulsePropertiesIndex; QVector receiverConfigurationIndex; QVector firstLineInFrame; QVector startOfSubBatch; QVector endOfSubBatch; QVector endOfSubFrame; QVector endOfEnsemble; QVector isLastSubBatch; }; #endif //SRAMINDEX_H