Changeset 1071 for applications/doprava/main_loop.cpp
- Timestamp:
- 06/10/10 00:41:54 (14 years ago)
- Location:
- applications/doprava
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
applications/doprava
-
Property
svn:ignore set
to
ALL_BUILD.vcproj
ALL_BUILD.vcproj.GUYBRUSH.Kamil.user
CMakeCache.txt
CMakeFiles
Debug
Release
ZERO_CHECK.dir
ZERO_CHECK.vcproj
ZERO_CHECK.vcproj.GUYBRUSH.Kamil.user
bin
cmake_install.cmake
doprava.ncb
doprava.sln
doprava.suo
experiments
graphs
main_loop.dir
main_loop.vcproj
main_loop.vcproj.GUYBRUSH.Kamil.user
run_cmake.bat
traffic_agents.dir
traffic_agents.vcproj
traffic_agents.vcproj.GUYBRUSH.Kamil.user
xxx
-
Property
svn:ignore set
to
-
applications/doprava/main_loop.cpp
r1026 r1071 59 59 // INITIALISATION OF UT 60 60 glob_ut[ 0] = 80; // cycle time 61 glob_ut[ 1] = 40; // offset 49561 glob_ut[ 1] = 60; // offset 495 62 62 glob_ut[ 2] = 30; // ut[2]+ut[3]+ut[4] has to sum up to ut[0] 63 63 glob_ut[ 3] = 30; 64 64 glob_ut[ 4] = 20; 65 glob_ut[ 8] = 20; // offset 60165 glob_ut[ 8] = 40; // offset 601 66 66 glob_ut[ 9] = 30; // ut[9]+ut[10]+ut[11] has to sum up to ut[0] 67 67 glob_ut[10] = 30;