Changeset 80 in tmcsimulator for branches/FEPSimulator/DataPacker.h
- Timestamp:
- 10/05/2017 03:04:40 PM (9 years ago)
- Location:
- branches/FEPSimulator
- Files:
-
- 1 copied
- 1 moved
-
. (moved) (moved from branches/fep_rpc_client)
-
DataPacker.h (copied) (copied from branches/fep_rpc_client/DataPacker.h) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/FEPSimulator/DataPacker.h
r79 r80 27 27 * @return The packed data message 28 28 */ 29 static unsigned char * packData( LDS_LOOP*station);29 static unsigned char * packData(STATION *station); 30 30 31 31 private: 32 32 static unsigned char *msg; 33 33 // Packs the static data in message sent to ATMS 34 unsigned char * staticDataPack( LDS_LOOP*station);34 unsigned char * staticDataPack(STATION *station); 35 35 // 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); 37 37 // Sets last byte of message 38 38 char chksum(unsigned char *dataptr, int len);
Note: See TracChangeset
for help on using the changeset viewer.
