Add helper functions for Schoenau: GetTimeSteps(0 and
GetPriceForTimeStep().
This commit is contained in:
parent
c310f7a06d
commit
4925870227
@ -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);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user