Show
Ignore:
Timestamp:
06/02/10 00:13:50 (14 years ago)
Author:
ondrak
Message:

zlicin.cfg now compatible with BaseTrafficAgent?.
main_loop shows warning, if reaches max number of negotiation cycles
step_time and cycle_time renamed to step_length and cycle_length
GreenWaveTrafficAgent? works, but queues are not from Aimsun yet.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/doprava/traffic_agent.h

    r986 r1026  
    135135 
    136136                //! simulator's step length in seconds 
    137                 int step_time; 
     137                int step_length; 
    138138 
    139139                //! lenght of cycle in seconds 
    140                 int cycle_time; 
     140                int cycle_length; 
    141141                 
    142142        public: