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


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.cpp

    r79 r80  
    33unsigned char * DataPacker::msg; 
    44 
    5 unsigned char * DataPacker::packData(LDS_LOOP *station) { 
     5unsigned char * DataPacker::packData(STATION *station) { 
    66    int pos = 26; 
    77    DataPacker packer; 
     
    3838} 
    3939 
    40 int DataPacker::dynamicDataPack(LDS_LOOP *station, int packNo, int pos) { 
     40int DataPacker::dynamicDataPack(STATION *station, int packNo, int pos) { 
    4141    int i, j, vol, occ, haveData; 
    4242    //used for data byte 23 and 24 
     
    8585} 
    8686 
    87 unsigned char * DataPacker::staticDataPack(LDS_LOOP *station) { 
     87unsigned char * DataPacker::staticDataPack(STATION *station) { 
    8888    int j; 
    8989    // Allocate memory for dataPack 
Note: See TracChangeset for help on using the changeset viewer.