Changeset 80 in tmcsimulator for branches/FEPSimulator/DataPacker.cpp
- 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.cpp (copied) (copied from branches/fep_rpc_client/DataPacker.cpp) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/FEPSimulator/DataPacker.cpp
r79 r80 3 3 unsigned char * DataPacker::msg; 4 4 5 unsigned char * DataPacker::packData( LDS_LOOP*station) {5 unsigned char * DataPacker::packData(STATION *station) { 6 6 int pos = 26; 7 7 DataPacker packer; … … 38 38 } 39 39 40 int DataPacker::dynamicDataPack( LDS_LOOP*station, int packNo, int pos) {40 int DataPacker::dynamicDataPack(STATION *station, int packNo, int pos) { 41 41 int i, j, vol, occ, haveData; 42 42 //used for data byte 23 and 24 … … 85 85 } 86 86 87 unsigned char * DataPacker::staticDataPack( LDS_LOOP*station) {87 unsigned char * DataPacker::staticDataPack(STATION *station) { 88 88 int j; 89 89 // Allocate memory for dataPack
Note: See TracChangeset
for help on using the changeset viewer.
