Eclipse SUMO - Simulation of Urban MObility
LIBSUMO_NAMESPACE::ParkingArea Class Reference

#include <ParkingArea.h>

Static Public Member Functions

static double getEndPos (const std::string &stopID)
 
static std::string getLaneID (const std::string &stopID)
 
static std::string getName (const std::string &stopID)
 
static double getStartPos (const std::string &stopID)
 
static int getVehicleCount (const std::string &stopID)
 
static std::vector< std::string > getVehicleIDs (const std::string &stopID)
 
static bool handleVariable (const std::string &objID, const int variable, VariableWrapper *wrapper, tcpip::Storage *paramData)
 
LIBSUMO_ID_PARAMETER_API static LIBSUMO_SUBSCRIPTION_API std::shared_ptr< VariableWrapper > makeWrapper ()
 

Private Member Functions

 ParkingArea ()=delete
 invalidated standard constructor More...
 

Static Private Member Functions

static MSStoppingPlacegetParkingArea (const std::string &id)
 

Static Private Attributes

static ContextSubscriptionResults myContextSubscriptionResults
 
static SubscriptionResults mySubscriptionResults
 

Detailed Description

Definition at line 41 of file ParkingArea.h.

Constructor & Destructor Documentation

◆ ParkingArea()

LIBSUMO_NAMESPACE::ParkingArea::ParkingArea ( )
privatedelete

invalidated standard constructor

Member Function Documentation

◆ getEndPos()

double ParkingArea::getEndPos ( const std::string &  stopID)
static

Definition at line 68 of file libsumo/ParkingArea.cpp.

◆ getLaneID()

std::string ParkingArea::getLaneID ( const std::string &  stopID)
static

Definition at line 58 of file libsumo/ParkingArea.cpp.

◆ getName()

std::string ParkingArea::getName ( const std::string &  stopID)
static

Definition at line 73 of file libsumo/ParkingArea.cpp.

◆ getParkingArea()

MSStoppingPlace * ParkingArea::getParkingArea ( const std::string &  id)
staticprivate

◆ getStartPos()

double ParkingArea::getStartPos ( const std::string &  stopID)
static

Definition at line 63 of file libsumo/ParkingArea.cpp.

◆ getVehicleCount()

int ParkingArea::getVehicleCount ( const std::string &  stopID)
static

Definition at line 78 of file libsumo/ParkingArea.cpp.

◆ getVehicleIDs()

std::vector< std::string > ParkingArea::getVehicleIDs ( const std::string &  stopID)
static

Definition at line 83 of file libsumo/ParkingArea.cpp.

◆ handleVariable()

◆ makeWrapper()

std::shared_ptr< VariableWrapper > ParkingArea::makeWrapper ( )
static

Definition at line 117 of file libsumo/ParkingArea.cpp.

Field Documentation

◆ myContextSubscriptionResults

ContextSubscriptionResults ParkingArea::myContextSubscriptionResults
staticprivate

Definition at line 64 of file ParkingArea.h.

◆ mySubscriptionResults

SubscriptionResults ParkingArea::mySubscriptionResults
staticprivate

Definition at line 63 of file ParkingArea.h.


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