#ifndef SYSTEMPARAMETERS_H #define SYSTEMPARAMETERS_H #include struct ScenGenSystemParameters_t { float dtgcMaxWeight; QList blendShotWeight; float delayCalcDt; float lineDt; float fpgaTxDt; quint32 apodization; float startDepth; quint32 maxBPulseNumber; quint32 maxRxFocusPointNumber; quint32 channelNumber; quint8 mla; quint32 stb; ScenGenSystemParameters_t() { } }; #endif //SYSTEMPARAMETERS_H