SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TraCIAPI::AreaScope Class Reference

Scope for interaction with areal detectors. More...

#include <TraCIAPI.h>

Inheritance diagram for TraCIAPI::AreaScope:
TraCIAPI::TraCIScopeWrapper

Public Member Functions

 AreaScope (TraCIAPI &parent)
std::vector< std::string > getIDList () const
SUMOReal getJamLengthMeters (const std::string &laneID) const
int getJamLengthVehicle (const std::string &laneID) const
virtual ~AreaScope ()

Protected Attributes

TraCIAPImyParent
 The parent TraCI client which offers the connection.

Private Member Functions

 AreaScope (const AreaScope &src)
 invalidated copy constructor
AreaScopeoperator= (const AreaScope &src)
 invalidated assignment operator

Detailed Description

Scope for interaction with areal detectors.

Definition at line 389 of file TraCIAPI.h.

Constructor & Destructor Documentation

TraCIAPI::AreaScope::AreaScope ( TraCIAPI parent)
inline

Definition at line 391 of file TraCIAPI.h.

virtual TraCIAPI::AreaScope::~AreaScope ( )
inlinevirtual

Definition at line 392 of file TraCIAPI.h.

TraCIAPI::AreaScope::AreaScope ( const AreaScope src)
private

invalidated copy constructor

Member Function Documentation

std::vector< std::string > TraCIAPI::AreaScope::getIDList ( ) const

Definition at line 869 of file TraCIAPI.cpp.

References CMD_GET_AREAL_DETECTOR_VARIABLE, and ID_LIST.

SUMOReal TraCIAPI::AreaScope::getJamLengthMeters ( const std::string &  laneID) const
int TraCIAPI::AreaScope::getJamLengthVehicle ( const std::string &  laneID) const
AreaScope& TraCIAPI::AreaScope::operator= ( const AreaScope src)
private

invalidated assignment operator

Field Documentation

TraCIAPI& TraCIAPI::TraCIScopeWrapper::myParent
protectedinherited

The parent TraCI client which offers the connection.

Definition at line 190 of file TraCIAPI.h.

Referenced by TraCIAPI::EdgeScope::getIDList().


The documentation for this class was generated from the following files: