X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/b7e15fb6292364ba19fba87d5415f44a4bb301a0..ba96013ed9ad6732284db1487c8a615343cc8c64:/include/stg/tariff_conf.h?ds=sidebyside diff --git a/include/stg/tariff_conf.h b/include/stg/tariff_conf.h index 8640d823..9de30830 100644 --- a/include/stg/tariff_conf.h +++ b/include/stg/tariff_conf.h @@ -204,6 +204,7 @@ struct TARIFF_CONF_RES passiveCost.maybeSet(tc.passiveCost); traffType.maybeSet(tc.traffType); period.maybeSet(tc.period); + changePolicy.maybeSet(tc.changePolicy); return tc; } @@ -213,6 +214,7 @@ struct TARIFF_CONF_RES RESETABLE passiveCost; RESETABLE name; RESETABLE period; + RESETABLE changePolicy; }; //----------------------------------------------------------------------------- struct TARIFF_DATA @@ -253,6 +255,12 @@ struct TARIFF_DATA_RES dirPrice(DIR_NUM) {} + TARIFF_DATA_RES & operator=(const TARIFF_DATA & td) + { + tariffConf = td.tariffConf; + return *this; + } + TARIFF_DATA GetData() const { TARIFF_DATA td;