 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
18 #ifndef RODFDetFlowLoader_h
19 #define RODFDetFlowLoader_h
75 void read(
const std::string& file);
const SUMOTime myStartTime
The first and the last time step to read.
RODFDetFlowLoader & operator=(const RODFDetFlowLoader &src)
Invalidated assignment operator.
A loader for detector flows.
A container for RODFDetectors.
const RODFDetectorCon & myDetectorContainer
Container holding known detectors.
~RODFDetFlowLoader()
Destructor.
const SUMOTime myTimeScale
The time scale to apply to read time values.
RODFDetFlowLoader(const RODFDetectorCon &dets, RODFDetectorFlows &into, SUMOTime startTime, SUMOTime endTime, SUMOTime timeOffset, SUMOTime timeScale)
Constructor.
const SUMOTime myTimeOffset
The time offset to apply to read time values.
bool myHaveWarnedAboutPartialDefs
Whether a warning about partial definitions was already written.
NamedColumnsParser myLineHandler
The value extractor.
bool myHaveWarnedAboutOverridingBoundaries
Whether a warning about overriding boundaries was already written.
RODFDetectorFlows & myStorage
The container for read detector values.
void read(const std::string &file)
Reads the given file assuming it contains detector values.
A parser to retrieve information from a table with known columns.