#ifndef BMODEDISPLAYPRESETVALUES_T_H #define BMODEDISPLAYPRESETVALUES_T_H #include #include #include "model/ssm/dtoInternal/SsmPresetValues.h" struct BModeDisplayPresetValues_t { int grayMap; int tintMap; void init(SsmPresetValues_t temp) { grayMap = temp.grayMapB; tintMap = temp.tintMapB; } }; #endif //BMODEDISPLAYPRESETVALUES_T_H