You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

18 lines
454 B

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