 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
18 #ifndef NLDiscreteEventBuilder_h
19 #define NLDiscreteEventBuilder_h
NLDiscreteEventBuilder & operator=(const NLDiscreteEventBuilder &)
NLDiscreteEventBuilder(MSNet &net)
Constructor.
The simulated network and simulation perfomer.
void buildSaveTLSwitchesCommand(const SUMOSAXAttributes &attrs, const std::string &basePath)
Builds an action which saves the switch times of links into a file.
KnownActions myActions
Build actions that shall be executed during the simulation.
ActionType
Known action types.
~NLDiscreteEventBuilder()
Destructor.
void addAction(const SUMOSAXAttributes &attrs, const std::string &basePath)
Builds an action and saves it for further use.
void buildSaveTLSwitchStatesCommand(const SUMOSAXAttributes &attrs, const std::string &basePath)
Builds an action which saves the switch times and states of tls into a file.
void buildSaveTLStateCommand(const SUMOSAXAttributes &attrs, const std::string &basePath)
Builds an action which saves the state of a certain tls into a file.
std::map< std::string, ActionType > KnownActions
Definitions of a storage for build actions.
Encapsulated SAX-Attributes.