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

Scope for interaction with junctions. More...

#include <TraCIAPI.h>

Inheritance diagram for TraCIAPI::JunctionScope:
TraCIAPI::TraCIScopeWrapper

Public Member Functions

std::vector< std::string > getIDList () const
 
TraCIPosition getPosition (const std::string &junctionID) const
 
 JunctionScope (TraCIAPI &parent)
 
virtual ~JunctionScope ()
 

Protected Attributes

TraCIAPImyParent
 The parent TraCI client which offers the connection. More...
 

Private Member Functions

 JunctionScope (const JunctionScope &src)
 invalidated copy constructor More...
 
JunctionScopeoperator= (const JunctionScope &src)
 invalidated assignment operator More...
 

Detailed Description

Scope for interaction with junctions.

Definition at line 318 of file TraCIAPI.h.

Constructor & Destructor Documentation

TraCIAPI::JunctionScope::JunctionScope ( TraCIAPI parent)
inline

Definition at line 320 of file TraCIAPI.h.

virtual TraCIAPI::JunctionScope::~JunctionScope ( )
inlinevirtual

Definition at line 321 of file TraCIAPI.h.

TraCIAPI::JunctionScope::JunctionScope ( const JunctionScope src)
private

invalidated copy constructor

Member Function Documentation

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

Definition at line 695 of file TraCIAPI.cpp.

References CMD_GET_JUNCTION_VARIABLE, and ID_LIST.

TraCIAPI::TraCIPosition TraCIAPI::JunctionScope::getPosition ( const std::string &  junctionID) const

Definition at line 700 of file TraCIAPI.cpp.

References CMD_GET_JUNCTION_VARIABLE, and VAR_POSITION.

JunctionScope& TraCIAPI::JunctionScope::operator= ( const JunctionScope 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: