#ifndef TGCPRESETVALUES_T_H #define TGCPRESETVALUES_T_H #include #include #include "model/ssm/dtoInternal/SsmPresetValues.h" struct TgcPresetValues_t { int tgc; void init(SsmPresetValues_t temp) { tgc = temp.tgc; } }; #endif //TGCPRESETVALUES_T_H