git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
7ccca74
)
Ticket. AddParser() call added for the changePolicyTimeout.
author
Elena Mamontova
<helenh463@gmail.com>
Tue, 1 Nov 2016 14:11:01 +0000
(16:11 +0200)
committer
Elena Mamontova
<helenh463@gmail.com>
Tue, 1 Nov 2016 14:11:01 +0000
(16:11 +0200)
stglibs/srvconf.lib/parsers/get_tariff.cpp
patch
|
blob
|
history
diff --git
a/stglibs/srvconf.lib/parsers/get_tariff.cpp
b/stglibs/srvconf.lib/parsers/get_tariff.cpp
index 0b96bec3b8e234aced6461e2647fe8ea590d7600..e2066363b6eef02925a5b0433e8ca45a1cc2af73 100644
(file)
--- a/
stglibs/srvconf.lib/parsers/get_tariff.cpp
+++ b/
stglibs/srvconf.lib/parsers/get_tariff.cpp
@@
-160,6
+160,7
@@
GET_TARIFF::PARSER::PARSER(CALLBACK f, void * d, const std::string & e)
AddParser(propertyParsers, "traffType", info.tariffConf.traffType, GetTraffType);
AddParser(propertyParsers, "period", info.tariffConf.period, GetPeriod);
AddParser(propertyParsers, "changePolicy", info.tariffConf.changePolicy, GetChangePolicy);
AddParser(propertyParsers, "traffType", info.tariffConf.traffType, GetTraffType);
AddParser(propertyParsers, "period", info.tariffConf.period, GetPeriod);
AddParser(propertyParsers, "changePolicy", info.tariffConf.changePolicy, GetChangePolicy);
+ AddParser(propertyParsers, "changePolicyTimeout", info.tariffConf.changePolicyTimeout, GetChangePolicyTimeout);
for (size_t i = 0; i < DIR_NUM; ++i)
AddParser(propertyParsers, "time" + unsigned2str(i), info.dirPrice[i], GetTimeSpan);
AddAOSParser(propertyParsers, "priceDayA", info.dirPrice, &DIRPRICE_DATA::priceDayA, GetSlashedValue);
for (size_t i = 0; i < DIR_NUM; ++i)
AddParser(propertyParsers, "time" + unsigned2str(i), info.dirPrice[i], GetTimeSpan);
AddAOSParser(propertyParsers, "priceDayA", info.dirPrice, &DIRPRICE_DATA::priceDayA, GetSlashedValue);