Changeset 921 for applications/doprava/main_loop.cpp
- Timestamp:
- 05/05/10 18:17:58 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
applications/doprava/main_loop.cpp
r903 r921 15 15 #endif 16 16 #include "traffic_agent.h" 17 #include "traffic_agent_offset.h" 17 18 18 19 using namespace bdm; … … 52 53 // INITIALISATION OF UT 53 54 glob_ut[ 0] = 80; // cycle time 54 glob_ut[ 1] = 60; // offset 49555 glob_ut[ 1] = 40; // offset 495 55 56 glob_ut[ 2] = 30; // ut[2]+ut[3]+ut[4] has to sum up to ut[0] 56 57 glob_ut[ 3] = 30; 57 58 glob_ut[ 4] = 20; 58 glob_ut[ 8] = 40; // offset 60159 glob_ut[ 8] = 20; // offset 601 59 60 glob_ut[ 9] = 30; // ut[9]+ut[10]+ut[11] has to sum up to ut[0] 60 61 glob_ut[10] = 30;