Changeset 182 in tmcsimulator for branches/FEPSimulator/NetworkReader.h


Ignore:
Timestamp:
10/28/2017 10:54:17 AM (9 years ago)
Author:
jdalbey
Message:

FEPSimulator: commit updated .h files and runFEPSim script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/FEPSimulator/NetworkReader.h

    r86 r182  
    5858#include "DataPacker.h" 
    5959 
    60 class NetworkReader { 
     60class HighwaysParser { 
    6161public: 
    6262    /** 
     
    6464     * @param xml Highway Status XML data 
    6565     */ 
    66     NetworkReader(const char * xml); 
     66    HighwaysParser(const char * xml); 
    6767     
    6868    /** 
    6969     * Destructor: no cleaning necessary 
    7070     */ 
    71     ~NetworkReader(); 
     71    ~HighwaysParser(); 
    7272     
    7373    /** 
Note: See TracChangeset for help on using the changeset viewer.