Changeset 73 in tmcsimulator for branches/fep_client_cpp/network.h
- Timestamp:
- 09/07/2017 03:25:09 PM (9 years ago)
- File:
-
- 1 edited
-
branches/fep_client_cpp/network.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/fep_client_cpp/network.h
r72 r73 4 4 5 5 using namespace std; 6 // the first byte is not considered in the calculation of "BYTE 2"7 const int Fixed_Byte_To_Checksum = 25;8 6 7 /*** CONSTANTS ***/ 8 const int Fixed_Byte_To_Checksum = 25; // the first byte is not considered in the calculation of "BYTE 2" 9 9 const int CONTROL_DATA_LEN = 27; 10 11 10 char * const dp5[8] = { "ML_1", "ML_2", "ML_3", "ML_4", "ML_5", 12 11 "ML_6", "HOV_Lane", "FYW_Conn"}; … … 18 17 "SD_6", "Pass_Vol_Count", "X"}; 19 18 20 21 19 /*** NETWORK STRUCTS ***/ 22 20 typedef struct loopagg LOOPAGG; 23 21 struct loopagg … … 52 50 }; 53 51 52 // Loop detector station: has several loops 54 53 typedef struct Lds_loop LDS_LOOP; 55 54 struct Lds_loop
Note: See TracChangeset
for help on using the changeset viewer.
