Index: branches/fep_rpc_client/NetworkReader.h
===================================================================
--- branches/fep_rpc_client/NetworkReader.h	(revision 77)
+++ branches/fep_rpc_client/NetworkReader.h	(revision 78)
@@ -71,9 +71,10 @@
 
         void loadLines(const char * networkFileName);
-        LDS_LOOP parseStation(TiXmlElement *stationElem, FEP_LINE line);
+        LDS_LOOP parseStation(TiXmlElement *stationElem, FEP_LINE *line);
         FEP_LINE parseLine(TiXmlElement *lineElem);
 
         bool DataAvail(char flag, int num); // Helper function for msgDataPack
-        unsigned char * msgDataPack(LDS_LOOP loop); // Packs the message sent to ATMS
+        unsigned char * staticDataPack(LDS_LOOP loop); // Packs the static data in message sent to ATMS
+        // int pp_data_packing(int index, int packNo, int pos); // Packs dynamic data in message sent to ATMS
 };
 
