Changeset 165 in tmcsimulator for branches/green_dot/fep_client.cpp
- Timestamp:
- 10/23/2017 11:44:05 AM (9 years ago)
- File:
-
- 1 edited
-
branches/green_dot/fep_client.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/green_dot/fep_client.cpp
r138 r165 28 28 } 29 29 30 void xfer_replys(CLIENT *clnt, FEP_LINE_LDS *lines, int lines_size, LDS_LOOP*ldsMap)30 void xfer_replys(CLIENT *clnt, FEP_LINE_LDS *lines, int lines_size, STATION *ldsMap) 31 31 { 32 32 int i, j; // i == line_index, j == lds_index … … 140 140 FEP_LINE_LDS *lines = load_lines(&lines_size, "./lines_atms.txt"); 141 141 printf("Loading ldsMap...\n"); 142 LDS_LOOP*ldsMap = load_lds("./lds_atms.txt");142 STATION *ldsMap = load_lds("./lds_atms.txt"); 143 143 144 144 /* Transfer data to ATMS */
Note: See TracChangeset
for help on using the changeset viewer.
