SUMO - Simulation of Urban MObility
Command_SaveTLCoupledLaneDet Class Reference

Writes e2 state of a link for the time the link has yellow/red. More...

#include <Command_SaveTLCoupledLaneDet.h>

Inheritance diagram for Command_SaveTLCoupledLaneDet:
Command_SaveTLCoupledDet MSTLLogicControl::OnSwitchAction

Public Member Functions

 Command_SaveTLCoupledLaneDet (MSTLLogicControl::TLSLogicVariants &tlls, MSDetectorFileOutput *dtf, unsigned int begin, OutputDevice &device, MSLink *link)
 Constructor.
void execute ()
 Executes the command.
 ~Command_SaveTLCoupledLaneDet ()
 Destructor.

Protected Attributes

MSDetectorFileOutputmyDetector
 The detector to use.
OutputDevicemyDevice
 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_SaveTLCoupledLaneDetoperator= (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.
MSLinkmyLink
 The link to observe.

Detailed Description

Writes e2 state of a link for the time the link has yellow/red.

Todo:
Problem: The detector may not save the last state (on simulation end)

Definition at line 48 of file Command_SaveTLCoupledLaneDet.h.


Constructor & Destructor Documentation

Constructor.

Parameters:
[in]tllsThe logic to observe
[in]dtfThe detector used to generate the values
[in]beginThe begin simulation time
[in]deviceThe output device to write the detector values into
[in]linkThe link that shall be observed

Definition at line 51 of file Command_SaveTLCoupledLaneDet.cpp.

References execute().


Member Function Documentation

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.

See also:
MSDetectorFileOutput::writeXMLOutput
MSE2Collector::writeXMLOutput

Reimplemented from Command_SaveTLCoupledDet.

Definition at line 65 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().

Command_SaveTLCoupledLaneDet& Command_SaveTLCoupledLaneDet::operator= ( const Command_SaveTLCoupledLaneDet ) [private]

Invalidated assignment operator.


Field Documentation

The detector to use.

Definition at line 93 of file Command_SaveTLCoupledDet.h.

Referenced by execute(), and Command_SaveTLCoupledDet::execute().

The file to write the output to.

Definition at line 87 of file Command_SaveTLCoupledDet.h.

Referenced by execute(), and Command_SaveTLCoupledDet::execute().

Whether the last link state was already saved.

Definition at line 88 of file Command_SaveTLCoupledLaneDet.h.

Referenced by execute().

The state the link had the last time.

Definition at line 85 of file Command_SaveTLCoupledLaneDet.h.

Referenced by execute().

The link to observe.

Definition at line 82 of file Command_SaveTLCoupledLaneDet.h.

Referenced by execute().

The logic to use.

Definition at line 90 of file Command_SaveTLCoupledDet.h.

The last time the values were written.

Definition at line 96 of file Command_SaveTLCoupledDet.h.

Referenced by execute(), and Command_SaveTLCoupledDet::execute().


The documentation for this class was generated from the following files:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines