![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <BusStop.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 int | getPersonCount (const std::string &stopID) |
| static std::vector< std::string > | getPersonIDs (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 | |
| BusStop ()=delete | |
| invalidated standard constructor | |
Static Private Member Functions | |
| static MSStoppingPlace * | getBusStop (const std::string &id) |
Static Private Attributes | |
| static ContextSubscriptionResults | myContextSubscriptionResults |
| static SubscriptionResults | mySubscriptionResults |
|
privatedelete |
invalidated standard constructor
|
staticprivate |
Definition at line 122 of file libsumo/BusStop.cpp.
References getBusStop(), libsumo::Helper::getStoppingPlace(), and SUMO_TAG_BUS_STOP.
Referenced by getBusStop(), getEndPos(), getLaneID(), getName(), getPersonCount(), getPersonIDs(), getStartPos(), getVehicleCount(), and getVehicleIDs().
|
static |
Definition at line 69 of file libsumo/BusStop.cpp.
References getBusStop(), and getEndPos().
Referenced by getEndPos(), and handleVariable().
|
static |
Definition at line 59 of file libsumo/BusStop.cpp.
References getBusStop(), and getLaneID().
Referenced by getLaneID(), and handleVariable().
|
static |
Definition at line 74 of file libsumo/BusStop.cpp.
References getBusStop(), and getName().
Referenced by getName(), and handleVariable().
|
static |
Definition at line 93 of file libsumo/BusStop.cpp.
References getBusStop(), and getPersonCount().
Referenced by getPersonCount(), and handleVariable().
|
static |
Definition at line 98 of file libsumo/BusStop.cpp.
References getBusStop(), and getPersonIDs().
Referenced by getPersonIDs(), and handleVariable().
|
static |
Definition at line 64 of file libsumo/BusStop.cpp.
References getBusStop(), and getStartPos().
Referenced by getStartPos(), and handleVariable().
|
static |
Definition at line 79 of file libsumo/BusStop.cpp.
References getBusStop(), and getVehicleCount().
Referenced by getVehicleCount(), and handleVariable().
|
static |
Definition at line 84 of file libsumo/BusStop.cpp.
References getBusStop(), and getVehicleIDs().
Referenced by getVehicleIDs(), and handleVariable().
|
static |
Definition at line 134 of file libsumo/BusStop.cpp.
References getEndPos(), getLaneID(), getName(), getPersonCount(), getPersonIDs(), getStartPos(), getVehicleCount(), getVehicleIDs(), handleVariable(), libsumo::ID_COUNT, tcpip::Storage::readString(), tcpip::Storage::readUnsignedByte(), libsumo::TRACI_ID_LIST, libsumo::VAR_BUS_STOP_WAITING, libsumo::VAR_BUS_STOP_WAITING_IDS, libsumo::VAR_LANE_ID, libsumo::VAR_LANEPOSITION, libsumo::VAR_NAME, libsumo::VAR_PARAMETER, libsumo::VAR_PARAMETER_WITH_KEY, libsumo::VAR_POSITION, libsumo::VAR_STOP_STARTING_VEHICLES_IDS, and libsumo::VAR_STOP_STARTING_VEHICLES_NUMBER.
Referenced by handleVariable(), and makeWrapper().
|
static |
Definition at line 128 of file libsumo/BusStop.cpp.
References handleVariable(), makeWrapper(), myContextSubscriptionResults, and mySubscriptionResults.
Referenced by makeWrapper().
|
staticprivate |
Definition at line 67 of file BusStop.h.
Referenced by makeWrapper().
|
staticprivate |
Definition at line 66 of file BusStop.h.
Referenced by makeWrapper().