Changeset 78 in tmcsimulator for branches/fep_rpc_client/NetworkReader.h
- Timestamp:
- 10/01/2017 05:50:44 PM (9 years ago)
- File:
-
- 1 edited
-
branches/fep_rpc_client/NetworkReader.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/fep_rpc_client/NetworkReader.h
r77 r78 71 71 72 72 void loadLines(const char * networkFileName); 73 LDS_LOOP parseStation(TiXmlElement *stationElem, FEP_LINE line);73 LDS_LOOP parseStation(TiXmlElement *stationElem, FEP_LINE *line); 74 74 FEP_LINE parseLine(TiXmlElement *lineElem); 75 75 76 76 bool DataAvail(char flag, int num); // Helper function for msgDataPack 77 unsigned char * msgDataPack(LDS_LOOP loop); // Packs the message sent to ATMS 77 unsigned char * staticDataPack(LDS_LOOP loop); // Packs the static data in message sent to ATMS 78 // int pp_data_packing(int index, int packNo, int pos); // Packs dynamic data in message sent to ATMS 78 79 }; 79 80
Note: See TracChangeset
for help on using the changeset viewer.
