Eclipse SUMO - Simulation of Urban MObility
|
Writes e2 state of a link for the time the link has yellow/red. More...
#include <Command_SaveTLCoupledLaneDet.h>
Public Member Functions | |
Command_SaveTLCoupledLaneDet (MSTLLogicControl::TLSLogicVariants &tlls, MSDetectorFileOutput *dtf, SUMOTime begin, OutputDevice &device, const MSLink *link) | |
Constructor. | |
void | execute () |
Executes the command. | |
~Command_SaveTLCoupledLaneDet () | |
Destructor. | |
Protected Attributes | |
MSDetectorFileOutput * | myDetector |
The detector to use. | |
OutputDevice & | myDevice |
The file to write the output to. | |
const MSTLLogicControl::TLSLogicVariants & | myLogics |
The logic to use. | |
SUMOTime | myStartTime |
The last time the values were written. | |
Private Member Functions | |
Command_SaveTLCoupledLaneDet (const Command_SaveTLCoupledLaneDet &) | |
Invalidated copy constructor. | |
Command_SaveTLCoupledLaneDet & | operator= (const Command_SaveTLCoupledLaneDet &) |
Invalidated assignment operator. | |
Private Attributes | |
bool | myHadOne |
Whether the last link state was already saved. | |
LinkState | myLastState |
The state the link had the last time. | |
const MSLink * | myLink |
The link to observe. | |
Writes e2 state of a link for the time the link has yellow/red.
Definition at line 38 of file Command_SaveTLCoupledLaneDet.h.
Command_SaveTLCoupledLaneDet::Command_SaveTLCoupledLaneDet | ( | MSTLLogicControl::TLSLogicVariants & | tlls, |
MSDetectorFileOutput * | dtf, | ||
SUMOTime | begin, | ||
OutputDevice & | device, | ||
const MSLink * | link | ||
) |
Constructor.
[in] | tlls | The logic to observe |
[in] | dtf | The detector used to generate the values |
[in] | begin | The begin simulation time |
[in] | device | The output device to write the detector values into |
[in] | link | The link that shall be observed |
Definition at line 37 of file Command_SaveTLCoupledLaneDet.cpp.
References execute().
Command_SaveTLCoupledLaneDet::~Command_SaveTLCoupledLaneDet | ( | ) |
Destructor.
Definition at line 46 of file Command_SaveTLCoupledLaneDet.cpp.
|
private |
Invalidated copy constructor.
|
virtual |
Executes the command.
Called when an active tls program switches, this method checks whether the tls signal responsible for the link has switched to green. If so, the values collected so far are written using "writeXMLOutput". Otherwise, the values are reset.
Reimplemented from Command_SaveTLCoupledDet.
Definition at line 51 of file Command_SaveTLCoupledLaneDet.cpp.
References MSNet::getCurrentTimeStep(), MSNet::getInstance(), MSLink::getState(), LINKSTATE_TL_RED, Command_SaveTLCoupledDet::myDetector, Command_SaveTLCoupledDet::myDevice, myHadOne, myLastState, myLink, Command_SaveTLCoupledDet::myStartTime, MSDetectorFileOutput::reset(), and MSDetectorFileOutput::writeXMLOutput().
Referenced by Command_SaveTLCoupledLaneDet().
|
private |
Invalidated assignment operator.
|
protectedinherited |
The detector to use.
Definition at line 82 of file Command_SaveTLCoupledDet.h.
Referenced by Command_SaveTLCoupledDet::execute(), and execute().
|
protectedinherited |
The file to write the output to.
Definition at line 76 of file Command_SaveTLCoupledDet.h.
Referenced by Command_SaveTLCoupledDet::execute(), and execute().
|
private |
Whether the last link state was already saved.
Definition at line 78 of file Command_SaveTLCoupledLaneDet.h.
Referenced by execute().
|
private |
The state the link had the last time.
Definition at line 75 of file Command_SaveTLCoupledLaneDet.h.
Referenced by execute().
|
private |
The link to observe.
Definition at line 72 of file Command_SaveTLCoupledLaneDet.h.
Referenced by execute().
|
protectedinherited |
The logic to use.
Definition at line 79 of file Command_SaveTLCoupledDet.h.
|
protectedinherited |
The last time the values were written.
Definition at line 85 of file Command_SaveTLCoupledDet.h.
Referenced by Command_SaveTLCoupledDet::execute(), and execute().