tests for galtuer
This commit is contained in:
parent
6b88213644
commit
861a405ec0
@ -2755,7 +2755,7 @@ int main() {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if NEUHAUSER_BILEXA_GALTUER==1
|
#if NEUHAUSER_BILEXA_GALTUER==1
|
||||||
std::ifstream input("/opt/ptu5/opt/customer_745/etc/psa_tariff/tariff01.json");
|
std::ifstream input("/home/linux/customer_745/etc/psa_tariff/tariff01.json");
|
||||||
|
|
||||||
std::stringstream sstr;
|
std::stringstream sstr;
|
||||||
while(input >> sstr.rdbuf());
|
while(input >> sstr.rdbuf());
|
||||||
@ -2781,9 +2781,6 @@ int main() {
|
|||||||
int nextStep = compute_next_timestep(&cfg, minParkTime + 1, 1);
|
int nextStep = compute_next_timestep(&cfg, minParkTime + 1, 1);
|
||||||
qCritical() << "nextStep" << nextStep;
|
qCritical() << "nextStep" << nextStep;
|
||||||
|
|
||||||
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
QDateTime const start = QDateTime::currentDateTime();
|
QDateTime const start = QDateTime::currentDateTime();
|
||||||
int paymentOptionIndex = cfg.getPaymentOptionIndex(start);
|
int paymentOptionIndex = cfg.getPaymentOptionIndex(start);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user