| Revision 76,
1.4 KB
checked in by jtorres, 9 years ago
(diff) |
|
In network.java, LoopDetectorStation?.java and LoopDetector?.java, added network writing capabilities. The network can now be written to a specified xml file to be read by the cpp ATMS RPC program. The network reader is finished and reads in all static network data correctly
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> |
|---|
| 2 | <CodeBlocks_layout_file> |
|---|
| 3 | <ActiveTarget name="Debug" /> |
|---|
| 4 | <File name="network.h" open="1" top="1" tabpos="5" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> |
|---|
| 5 | <Cursor> |
|---|
| 6 | <Cursor1 position="141" topLine="18" /> |
|---|
| 7 | </Cursor> |
|---|
| 8 | </File> |
|---|
| 9 | <File name="fep_clnt.c" open="0" top="0" tabpos="6" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> |
|---|
| 10 | <Cursor> |
|---|
| 11 | <Cursor1 position="0" topLine="0" /> |
|---|
| 12 | </Cursor> |
|---|
| 13 | </File> |
|---|
| 14 | <File name="NetworkReader.cpp" open="1" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> |
|---|
| 15 | <Cursor> |
|---|
| 16 | <Cursor1 position="4128" topLine="0" /> |
|---|
| 17 | </Cursor> |
|---|
| 18 | </File> |
|---|
| 19 | <File name="FEPClient.cpp" open="1" top="0" tabpos="4" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> |
|---|
| 20 | <Cursor> |
|---|
| 21 | <Cursor1 position="1103" topLine="0" /> |
|---|
| 22 | </Cursor> |
|---|
| 23 | </File> |
|---|
| 24 | <File name="NetworkReader.h" open="1" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> |
|---|
| 25 | <Cursor> |
|---|
| 26 | <Cursor1 position="898" topLine="0" /> |
|---|
| 27 | </Cursor> |
|---|
| 28 | </File> |
|---|
| 29 | <File name="fep_xdr.c" open="0" top="0" tabpos="7" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> |
|---|
| 30 | <Cursor> |
|---|
| 31 | <Cursor1 position="0" topLine="0" /> |
|---|
| 32 | </Cursor> |
|---|
| 33 | </File> |
|---|
| 34 | <File name="FEPClient.h" open="1" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> |
|---|
| 35 | <Cursor> |
|---|
| 36 | <Cursor1 position="181" topLine="0" /> |
|---|
| 37 | </Cursor> |
|---|
| 38 | </File> |
|---|
| 39 | </CodeBlocks_layout_file> |
|---|
Note: See
TracBrowser
for help on using the repository browser.