SUMO - Simulation of Urban MObility
libsumo::LaneArea Class Reference

#include <LaneArea.h>

Collaboration diagram for libsumo::LaneArea:
Collaboration graph

Static Public Member Functions

static int getIDCount ()
 
static std::vector< std::string > getIDList ()
 
static double getJamLengthMeters (const std::string &detID)
 
static int getJamLengthVehicle (const std::string &detID)
 
static std::string getLaneID (const std::string &detID)
 
static int getLastStepHaltingNumber (const std::string &detID)
 
static double getLastStepMeanSpeed (const std::string &detID)
 
static double getLastStepOccupancy (const std::string &detID)
 
static std::vector< std::string > getLastStepVehicleIDs (const std::string &detID)
 
static int getLastStepVehicleNumber (const std::string &detID)
 
static double getLength (const std::string &detID)
 
static double getPosition (const std::string &detID)
 

Private Member Functions

 LaneArea ()
 invalidated standard constructor More...
 
 LaneArea (const LaneArea &src)
 invalidated copy constructor More...
 
LaneAreaoperator= (const LaneArea &src)
 invalidated assignment operator More...
 

Static Private Member Functions

static MSE2CollectorgetDetector (const std::string &detID)
 

Detailed Description

Definition at line 49 of file LaneArea.h.

Constructor & Destructor Documentation

◆ LaneArea() [1/2]

libsumo::LaneArea::LaneArea ( )
private

invalidated standard constructor

◆ LaneArea() [2/2]

libsumo::LaneArea::LaneArea ( const LaneArea src)
private

invalidated copy constructor

Member Function Documentation

◆ getDetector()

◆ getIDCount()

◆ getIDList()

◆ getJamLengthMeters()

double LaneArea::getJamLengthMeters ( const std::string &  detID)
static

◆ getJamLengthVehicle()

int LaneArea::getJamLengthVehicle ( const std::string &  detID)
static

◆ getLaneID()

std::string LaneArea::getLaneID ( const std::string &  detID)
static

◆ getLastStepHaltingNumber()

int LaneArea::getLastStepHaltingNumber ( const std::string &  detID)
static

◆ getLastStepMeanSpeed()

double LaneArea::getLastStepMeanSpeed ( const std::string &  detID)
static

◆ getLastStepOccupancy()

double LaneArea::getLastStepOccupancy ( const std::string &  detID)
static

◆ getLastStepVehicleIDs()

std::vector< std::string > LaneArea::getLastStepVehicleIDs ( const std::string &  detID)
static

◆ getLastStepVehicleNumber()

int LaneArea::getLastStepVehicleNumber ( const std::string &  detID)
static

◆ getLength()

double LaneArea::getLength ( const std::string &  detID)
static

◆ getPosition()

double LaneArea::getPosition ( const std::string &  detID)
static

Definition at line 90 of file LaneArea.cpp.

References getDetector(), and MSE2Collector::getStartPos().

Referenced by TraCIServerAPI_LaneArea::processGet().

◆ operator=()

LaneArea& libsumo::LaneArea::operator= ( const LaneArea src)
private

invalidated assignment operator


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