Add helper functions for Schoenau: GetTimeSteps(0 and

GetPriceForTimeStep().
This commit is contained in:
Gerhard Hoffmann 2023-10-11 15:38:35 +02:00
parent c310f7a06d
commit 4925870227

View File

@ -30,4 +30,12 @@ public:
// Daily ticket
QDateTime GetDailyTicketDuration(Configuration* cfg, const QDateTime start_datetime, uint8_t payment_option, bool carry_over);
//
// helper functions for Schoenau
//
QList<int> GetTimeSteps(Configuration const *cfg, int paymentOption);
//
double GetPriceForTimeStep(Configuration const *cfg, int paymentOption, int timeStep);
};