Changeset 209 in tmcsimulator for branches/FEPSimulator/HighwaysParser.h


Ignore:
Timestamp:
11/02/2017 12:07:25 AM (9 years ago)
Author:
jtorres
Message:

branches/FEPSimulator/tests: added unit test HighwaysParserTest?.cpp, which yielded a bug in HighwayParser?.cpp (not returning correct loop_loc... garbage data...), this likely explains why not all green dots were showing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/FEPSimulator/HighwaysParser.h

    r202 r209  
    1919public: 
    2020    HighwaysParser(char * highwaysData); 
    21      
     21    void parseLines(char * highwaysData); 
    2222    vector<FEP_LINE*> lines; 
    2323    vector<STATION*> stations; 
    2424    virtual ~HighwaysParser(); 
    2525private: 
    26     void parseLines(char * highwaysData); 
    2726}; 
    2827 
Note: See TracChangeset for help on using the changeset viewer.