Changeset 1031 for applications/doprava/aimsun_bdm
- Timestamp:
- 06/02/10 14:34:32 (14 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
applications/doprava/aimsun_bdm/aimsun_ds.cpp
r1029 r1031 39 39 40 40 const int LaneQueuesSectIds[] = { 41 1, 2, 3, 6, 7, 42 3, 4, 5, 43 35, 28, 32, 33, 34, 44 26, 27, 35, 28, 29, 30, 31, 45 16, 17, 18, 19, 20, 14, 15, 46 16, 17, 18, 19, 20, 12, 13, 47 21, 22, 23, 24, 25, 40, 48 21, 22, 23, 24, 25, 40, 49 61, 62, 63, 64, 65, 50 287,288,54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 51 45, 49, 51, 52 45, 49, 50, 53 43, 44, 54 43, 44, 42 }; 41 1, 2, 3, 6, 7, // 495_QA 42 3, 4, 5, // 495_QB 43 35, 28, 32, 33, 34, // 495_QC 44 26, 27, 35, 28, 29, 30, 31, // 495_QD 45 16, 17, 18, 19, 20, 14, 15, // 495_QE 46 16, 17, 18, 19, 20, 12, 13, // 495_QF 47 21, 22, 23, 24, 25, 40, 21, 22, 23, 24, 25, 40, // 601_QA 48 43, 44, 43, 44, 42, // 601_QB (bus terminal) 49 45, 49, 50, // 601_QC 50 45, 49, 51, // 601_QD 51 61, 62, 63, 64, 65, // 601_QE 52 287,288,54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65 // 601_QSE 53 }; 55 54 const int NumLaneQueuesSectIds = sizeof(LaneQueuesSectIds)/sizeof(int); 55 const int LaneQueuesLaneIds[] = { 56 1, 1, 2, 1, 1, // 495_QA 57 1, 1, 1, // 495_QB 58 2, 2, 1, 1, 1, // 495_QC 59 1, 1, 1, 1, 1, 1, 1, // 495_QD 60 2, 2, 2, 2, 2, 1, 1, // 495_QE 61 1, 1, 1, 1, 1, 1, 1, // 495_QF 62 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, // 601_QA 63 2, 2, 1, 1, 1, // 601_QB (bus terminal) 64 1, 1, 1, // 601_QC 65 2, 2, 1, // 601_QD 66 2, 2, 2, 2, 2, // 601_QE 67 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 // 601_QSE 68 }; 56 69 57 70 /* This array contains offsets of particular lanes stored in LaneQueuesSectIds, … … 61 74 int LaneQueueOffsets[] = { 62 75 0, 5, 8, 13, 20, 27, 63 34, 4 0, 46, 51, 65, 68, 70, 72, NumLaneQueuesSectIds+1};76 34, 46, 51, 54, 57, 62, NumLaneQueuesSectIds }; 64 77 65 78 /* The position of the statistics is given by the indices in the StatIds … … 68 81 of the original section ids. */ 69 82 int * LaneQueuesStatPos; 70 71 const int LaneQueuesLaneIds[] = {72 1, 1, 2, 1, 1,73 1, 1, 1,74 2, 2, 1, 1, 1,75 1, 1, 1, 1, 1, 1, 1,76 2, 2, 2, 2, 2, 1, 1,77 1, 1, 1, 1, 1, 1, 1,78 2, 2, 2, 2, 2, 2,79 1, 1, 1, 1, 1, 1,80 2, 2, 2, 2, 2,81 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,82 2, 2, 1,83 1, 1, 1,84 2, 2,85 1, 1, 1 };86 87 83 88 84 const TCHAR * PatternsELS3[] = { TEXT("GetramELS3.dll"), TEXT("GetramELS3d.dll") }; … … 488 484 } 489 485 490 printf ( "\ n\tDetector data:\n" );486 printf ( "\tDetector data:\n" ); 491 487 492 488 /* Loop over all mesurement records with intensities and … … 507 503 dat_ptr->dt_intensity[k], dat_ptr->dt_occupancy[k] ); 508 504 } 509 printf ( "\n " );505 printf ( "\n\n" ); 510 506 } 511 507 }