Changeset 73 in tmcsimulator for branches/fep_client_cpp/network.h


Ignore:
Timestamp:
09/07/2017 03:25:09 PM (9 years ago)
Author:
jtorres
Message:

changed some comments / housekeeping

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fep_client_cpp/network.h

    r72 r73  
    44 
    55using namespace std; 
    6 // the first byte is not considered in the calculation of "BYTE 2" 
    7 const int Fixed_Byte_To_Checksum = 25; 
    86 
     7/*** CONSTANTS ***/ 
     8const int Fixed_Byte_To_Checksum = 25; // the first byte is not considered in the calculation of "BYTE 2" 
    99const int CONTROL_DATA_LEN = 27; 
    10  
    1110char * const dp5[8] = { "ML_1", "ML_2", "ML_3", "ML_4", "ML_5", 
    1211                                                "ML_6", "HOV_Lane", "FYW_Conn"}; 
     
    1817                                                "SD_6", "Pass_Vol_Count", "X"}; 
    1918 
    20  
    21  
     19/*** NETWORK STRUCTS ***/ 
    2220typedef struct loopagg LOOPAGG; 
    2321struct loopagg 
     
    5250}; 
    5351 
     52// Loop detector station: has several loops 
    5453typedef struct Lds_loop LDS_LOOP; 
    5554struct  Lds_loop  
Note: See TracChangeset for help on using the changeset viewer.