Changeset 78 in tmcsimulator for branches/fep_rpc_client/NetworkReader.h


Ignore:
Timestamp:
10/01/2017 05:50:44 PM (9 years ago)
Author:
jtorres
Message:

All green dots are showing. This is a checkpoint before adding dynamic data packing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fep_rpc_client/NetworkReader.h

    r77 r78  
    7171 
    7272        void loadLines(const char * networkFileName); 
    73         LDS_LOOP parseStation(TiXmlElement *stationElem, FEP_LINE line); 
     73        LDS_LOOP parseStation(TiXmlElement *stationElem, FEP_LINE *line); 
    7474        FEP_LINE parseLine(TiXmlElement *lineElem); 
    7575 
    7676        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 
    7879}; 
    7980 
Note: See TracChangeset for help on using the changeset viewer.