| Revision 186,
717 bytes
checked in by jtorres, 9 years ago
(diff) |
|
Highways.java, FEPLine.java, LoopDetector?.java, Station.java: reconfigured the getHighwaysMeta() function to a toCondensedFormat(boolean MetaDataOnly?) method. By specifying MetaDataOnly? as true, you get the same output as the previous getHighwaysMeta() function. By specifying MetaDataOnly? as false, you get the new condensed format needed to send to the FEPSim over the socket. This allows us to use the same function to get a meta data dump, as well as get the highways data format needed for FEPSim socket. HighwaysParser?.cpp: removed the old tinyxml code, set up skeleton for new parser. NetworkReader?.h: deleted, and added HighwaysParser?.h. LoadSadDotsTest?.java and StationTest?.java: configured to use new toCondensedFormat method instead of getHighwaysMeta.
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <project-private xmlns="http://www.netbeans.org/ns/project-private/1"> |
|---|
| 3 | <data xmlns="http://www.netbeans.org/ns/make-project-private/1"> |
|---|
| 4 | <activeConfTypeElem>1</activeConfTypeElem> |
|---|
| 5 | <activeConfIndexElem>0</activeConfIndexElem> |
|---|
| 6 | </data> |
|---|
| 7 | <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/> |
|---|
| 8 | <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2"> |
|---|
| 9 | <group> |
|---|
| 10 | <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/Main.cpp</file> |
|---|
| 11 | <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/FEPSim.cpp</file> |
|---|
| 12 | </group> |
|---|
| 13 | </open-files> |
|---|
| 14 | </project-private> |
|---|
Note: See
TracBrowser
for help on using the repository browser.