Changeset 165 in tmcsimulator for branches/green_dot/fep_client.cpp


Ignore:
Timestamp:
10/23/2017 11:44:05 AM (9 years ago)
Author:
jtorres
Message:

green_dot now has datapacking implemented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/green_dot/fep_client.cpp

    r138 r165  
    2828} 
    2929 
    30 void xfer_replys(CLIENT *clnt, FEP_LINE_LDS *lines, int lines_size, LDS_LOOP *ldsMap) 
     30void xfer_replys(CLIENT *clnt, FEP_LINE_LDS *lines, int lines_size, STATION *ldsMap) 
    3131{ 
    3232        int i, j; // i == line_index, j == lds_index 
     
    140140        FEP_LINE_LDS *lines = load_lines(&lines_size, "./lines_atms.txt"); 
    141141        printf("Loading ldsMap...\n"); 
    142         LDS_LOOP *ldsMap = load_lds("./lds_atms.txt"); 
     142        STATION *ldsMap = load_lds("./lds_atms.txt"); 
    143143 
    144144        /* Transfer data to ATMS */ 
Note: See TracChangeset for help on using the changeset viewer.