Added flags

pop_accumulate_prices
	pop_accumulate_durations
to decide if values in json files should be accumulated or not.
This commit is contained in:
Gerhard Hoffmann 2024-07-22 15:46:45 +02:00
parent 1c86e1ac40
commit 6d125c65fe

View File

@ -27,6 +27,8 @@ public:
pop_carry_over_option_id = -1; pop_carry_over_option_id = -1;
pop_prepaid_option_id = -1; pop_prepaid_option_id = -1;
pop_truncate_last_interpolation_step = false; pop_truncate_last_interpolation_step = false;
pop_accumulate_prices = false;
pop_accumulate_durations = false;
pop_carry_over_target = false; pop_carry_over_target = false;
pop_carry_over_time_range_id = -1; pop_carry_over_time_range_id = -1;
pop_carry_over_start_time_range = -1; pop_carry_over_start_time_range = -1;
@ -57,6 +59,8 @@ public:
int pop_daily_card_price; int pop_daily_card_price;
uint64_t pop_business_hours; uint64_t pop_business_hours;
int pop_time_step_config; int pop_time_step_config;
bool pop_accumulate_prices;
bool pop_accumulate_durations;
struct ATBMaxDateTime { struct ATBMaxDateTime {
int direction; int direction;