24 using Decimal::Decimal;
25 [[nodiscard]] int32_t getMinValue()
const override {
return 1; }
26 [[nodiscard]] int32_t getMaxValue()
const override {
return 100; }
27 [[nodiscard]] int32_t getNumDecimalPlaces()
const override {
return 1; }
28 [[nodiscard]] int32_t getDefaultEditPos()
const override {
return 1; }
30 void writeCurrentValue()
override { cvEngine.minGateOffTime = this->getValue(); }