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

#include <MultiEntryExit.h>

Static Public Member Functions

static int getLastStepHaltingNumber (const std::string &detID)
 
static double getLastStepMeanSpeed (const std::string &detID)
 
static std::vector< std::string > getLastStepVehicleIDs (const std::string &detID)
 
static int getLastStepVehicleNumber (const std::string &detID)
 
static bool handleVariable (const std::string &objID, const int variable, VariableWrapper *wrapper)
 
LIBSUMO_ID_PARAMETER_API static LIBSUMO_SUBSCRIPTION_API std::shared_ptr< VariableWrapper > makeWrapper ()
 

Private Member Functions

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

Static Private Member Functions

static MSE3CollectorgetDetector (const std::string &detID)
 

Static Private Attributes

static ContextSubscriptionResults myContextSubscriptionResults
 
static SubscriptionResults mySubscriptionResults
 

Detailed Description

Definition at line 46 of file MultiEntryExit.h.

Constructor & Destructor Documentation

◆ MultiEntryExit()

LIBSUMO_NAMESPACE::MultiEntryExit::MultiEntryExit ( )
privatedelete

invalidated standard constructor

Member Function Documentation

◆ getDetector()

MSE3Collector * MultiEntryExit::getDetector ( const std::string &  detID)
staticprivate

◆ getLastStepHaltingNumber()

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

Definition at line 77 of file libsumo/MultiEntryExit.cpp.

◆ getLastStepMeanSpeed()

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

Definition at line 65 of file libsumo/MultiEntryExit.cpp.

◆ getLastStepVehicleIDs()

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

Definition at line 71 of file libsumo/MultiEntryExit.cpp.

◆ getLastStepVehicleNumber()

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

Definition at line 59 of file libsumo/MultiEntryExit.cpp.

◆ handleVariable()

bool MultiEntryExit::handleVariable ( const std::string &  objID,
const int  variable,
VariableWrapper *  wrapper 
)
static

◆ makeWrapper()

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

Definition at line 111 of file libsumo/MultiEntryExit.cpp.

Field Documentation

◆ myContextSubscriptionResults

ContextSubscriptionResults MultiEntryExit::myContextSubscriptionResults
staticprivate

Definition at line 66 of file MultiEntryExit.h.

◆ mySubscriptionResults

SubscriptionResults MultiEntryExit::mySubscriptionResults
staticprivate

Definition at line 65 of file MultiEntryExit.h.


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