 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
17 #ifndef NIVissimSingleTypeParser_Signalgruppendefinition_h
18 #define NIVissimSingleTypeParser_Signalgruppendefinition_h
27 #include "../NIImporter_Vissim.h"
47 bool parse(std::istream& from);
55 bool parseVAS(
int id,
const std::string& name,
int lsaid,
59 bool parseVSPLUS(
int id,
const std::string& name,
int lsaid,
63 bool parseTRENDS(
int id,
const std::string& name,
int lsaid,
67 bool parseVAP(
int id,
const std::string& name,
int lsaid,
71 bool parseTL(
int id,
const std::string& name,
int lsaid,
75 bool parsePOS(
int id,
const std::string& name,
int lsaid,
bool parse(std::istream &from)
Parses the data type from the given stream.
bool parseTL(int id, const std::string &name, int lsaid, std::istream &from)
Parses a traffic light group which belongs to a TL traffic light.
Importer for networks stored in Vissim format.
~NIVissimSingleTypeParser_Signalgruppendefinition()
Destructor.
bool parseTRENDS(int id, const std::string &name, int lsaid, std::istream &from)
Parses a traffic light group which belongs to a TRENDS traffic light.
bool parseVAP(int id, const std::string &name, int lsaid, std::istream &from)
Parses a traffic light group which belongs to a VAStraffic light.
bool parseVSPLUS(int id, const std::string &name, int lsaid, std::istream &from)
Parses a traffic light group which belongs to a VSPLUS traffic light.
bool parseVAS(int id, const std::string &name, int lsaid, std::istream &from)
Parses a traffic light group which belongs to a VAS traffic light.
bool parsePOS(int id, const std::string &name, int lsaid, std::istream &from)
Parses a traffic light group which belongs to a POS traffic light.
bool parseFixedTime(int id, const std::string &name, int lsaid, std::istream &from)
Parses a traffic light group which belongs to a fixed time traffic light.
NIVissimSingleTypeParser_Signalgruppendefinition(NIImporter_Vissim &parent)
Constructor.
bool parseExternFixedTime(int id, const std::string &name, int lsaid, std::istream &from)
Parses a traffic light group which belongs fixed time traffic light with an extern definition.