Index: branches/fep_client_cpp/network.h
===================================================================
--- branches/fep_client_cpp/network.h	(revision 72)
+++ branches/fep_client_cpp/network.h	(revision 73)
@@ -4,9 +4,8 @@
 
 using namespace std;
-// the first byte is not considered in the calculation of "BYTE 2"
-const int Fixed_Byte_To_Checksum = 25;
 
+/*** CONSTANTS ***/
+const int Fixed_Byte_To_Checksum = 25; // the first byte is not considered in the calculation of "BYTE 2"
 const int CONTROL_DATA_LEN = 27;
-
 char * const dp5[8] = { "ML_1", "ML_2", "ML_3", "ML_4", "ML_5",
                                                 "ML_6", "HOV_Lane", "FYW_Conn"};
@@ -18,6 +17,5 @@
                                                 "SD_6", "Pass_Vol_Count", "X"};
 
-
-
+/*** NETWORK STRUCTS ***/
 typedef struct loopagg LOOPAGG;
 struct loopagg
@@ -52,4 +50,5 @@
 };
 
+// Loop detector station: has several loops
 typedef struct Lds_loop LDS_LOOP;
 struct  Lds_loop 
