Changeset 80 in tmcsimulator for branches/FEPSimulator/DataPacker.h


Ignore:
Timestamp:
10/05/2017 03:04:40 PM (9 years ago)
Author:
jtorres
Message:

Renamed project. Renamed LDS_LOOP to STATION.

Location:
branches/FEPSimulator
Files:
1 copied
1 moved

Legend:

Unmodified
Added
Removed
  • branches/FEPSimulator/DataPacker.h

    r79 r80  
    2727     * @return The packed data message 
    2828     */ 
    29     static unsigned char * packData(LDS_LOOP *station); 
     29    static unsigned char * packData(STATION *station); 
    3030 
    3131private: 
    3232    static unsigned char *msg; 
    3333    // Packs the static data in message sent to ATMS 
    34     unsigned char * staticDataPack(LDS_LOOP *station); 
     34    unsigned char * staticDataPack(STATION *station); 
    3535    // Packs dynamic data in message sent to ATMS 
    36     int dynamicDataPack(LDS_LOOP *station, int packNo, int pos); 
     36    int dynamicDataPack(STATION *station, int packNo, int pos); 
    3737    // Sets last byte of message 
    3838    char chksum(unsigned char *dataptr, int len); 
Note: See TracChangeset for help on using the changeset viewer.