Compare commits
No commits in common. "d7757773bddedc9335bb7f163c9a0c05d955b10d" and "bcd5aaf9323ae90ab4cab796727d5a657a1cbaac" have entirely different histories.
d7757773bd
...
bcd5aaf932
@ -111,9 +111,6 @@ int CALCULATE_LIBRARY_API get_zone_nr(int zone = -1);
|
||||
|
||||
int CALCULATE_LIBRARY_API compute_next_timestep(parking_tariff_t *tariff, int currentTimeMinutes, int UpDown);
|
||||
|
||||
class Calculator;
|
||||
Calculator CALCULATE_LIBRARY_API *get_calculator();
|
||||
|
||||
CalcState CALCULATE_LIBRARY_API compute_price_for_parking_ticket( // deprecated
|
||||
parking_tariff_t *tariff,
|
||||
time_t start_parking_time,
|
||||
|
@ -30,7 +30,6 @@
|
||||
using namespace std;
|
||||
using namespace rapidjson;
|
||||
|
||||
class Calculator;
|
||||
class Configuration
|
||||
{
|
||||
public:
|
||||
|
@ -11,10 +11,6 @@
|
||||
|
||||
static Calculator calculator;
|
||||
|
||||
Calculator CALCULATE_LIBRARY_API *get_calculator() {
|
||||
return &calculator;
|
||||
}
|
||||
|
||||
int CALCULATE_LIBRARY_API get_zone_nr(int zone)
|
||||
{
|
||||
if(zone > -1) return zone;
|
||||
|
Loading…
x
Reference in New Issue
Block a user