![]() |
Eclipse SUMO - Simulation of Urban MObility
|
This event-class is used to initialise a WAUT switch at a certain time. More...
#include <MSTLLogicControl.h>
Public Member Functions | |
int & | getIndex () |
Returns a reference to the index. More... | |
const std::string & | getWAUTID () const |
Returns the WAUT-id. More... | |
SwitchInitCommand (MSTLLogicControl &p, const std::string &wautid, int index) | |
Constructor. More... | |
~SwitchInitCommand () | |
Destructor. More... | |
Derived from Command | |
SUMOTime | execute (SUMOTime) |
Begins a WAUT switch by executing the command. More... | |
Protected Attributes | |
int | myIndex |
The current index within the WAUT switch table. More... | |
MSTLLogicControl & | myParent |
The control to call. More... | |
std::string | myWAUTID |
The id of the WAUT that shall switch. More... | |
Private Member Functions | |
SwitchInitCommand & | operator= (const SwitchInitCommand &) |
Invalidated assignment operator. More... | |
SwitchInitCommand (const SwitchInitCommand &) | |
Invalidated copy constructor. More... | |
This event-class is used to initialise a WAUT switch at a certain time.
This command is reused. The index of the WAUT-switch is incremented at each call to the control.
Definition at line 384 of file MSTLLogicControl.h.
|
inline |
Constructor.
[in] | p | The logic control |
[in] | wautid | The id of the WAUT |
[in] | index | The first position within the WAUT table |
Definition at line 391 of file MSTLLogicControl.h.
|
inline |
Destructor.
Definition at line 396 of file MSTLLogicControl.h.
|
private |
Invalidated copy constructor.
Begins a WAUT switch by executing the command.
The parent's "initWautSwitch" method is called supporting this command as an argument. The result of "initWautSwitch" is returned.
"initWautSwitch" may throw an ProcessError if the program to switch to is not known.
[in] | currentTime | The current simulation time (unused) |
ProcessError | If the program to switch to does not exist |
Implements Command.
Definition at line 417 of file MSTLLogicControl.h.
References MSTLLogicControl::initWautSwitch(), and myParent.
|
inline |
Returns a reference to the index.
Definition at line 435 of file MSTLLogicControl.h.
References myIndex.
Referenced by MSTLLogicControl::initWautSwitch().
|
inline |
Returns the WAUT-id.
Definition at line 427 of file MSTLLogicControl.h.
References myWAUTID.
Referenced by MSTLLogicControl::initWautSwitch().
|
private |
Invalidated assignment operator.
|
protected |
The current index within the WAUT switch table.
Definition at line 448 of file MSTLLogicControl.h.
Referenced by getIndex().
|
protected |
|
protected |
The id of the WAUT that shall switch.
Definition at line 445 of file MSTLLogicControl.h.
Referenced by getWAUTID().