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