![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <OverheadWire.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 | |
| OverheadWire ()=delete | |
| invalidated standard constructor | |
Static Private Member Functions | |
| static MSStoppingPlace * | getOverheadWire (const std::string &id) |
Static Private Attributes | |
| static ContextSubscriptionResults | myContextSubscriptionResults |
| static SubscriptionResults | mySubscriptionResults |
Definition at line 41 of file OverheadWire.h.
|
privatedelete |
invalidated standard constructor
|
static |
Definition at line 70 of file libsumo/OverheadWire.cpp.
References getEndPos(), and getOverheadWire().
Referenced by getEndPos(), and handleVariable().
|
static |
Definition at line 59 of file libsumo/OverheadWire.cpp.
References getLaneID(), and getOverheadWire().
Referenced by getLaneID(), and handleVariable().
|
static |
Definition at line 75 of file libsumo/OverheadWire.cpp.
References getName(), and getOverheadWire().
Referenced by getName(), and handleVariable().
|
staticprivate |
Definition at line 116 of file libsumo/OverheadWire.cpp.
References MSNet::getInstance(), getOverheadWire(), MSNet::getStoppingPlace(), and SUMO_TAG_OVERHEAD_WIRE_SEGMENT.
Referenced by getEndPos(), getLaneID(), getName(), getOverheadWire(), getStartPos(), getVehicleCount(), and getVehicleIDs().
|
static |
Definition at line 65 of file libsumo/OverheadWire.cpp.
References getOverheadWire(), and getStartPos().
Referenced by getStartPos(), and handleVariable().
|
static |
Definition at line 80 of file libsumo/OverheadWire.cpp.
References MSOverheadWire::getChargingVehicles(), getOverheadWire(), and getVehicleCount().
Referenced by getVehicleCount(), and handleVariable().
|
static |
Definition at line 86 of file libsumo/OverheadWire.cpp.
References MSOverheadWire::getChargingVehicles(), getOverheadWire(), and getVehicleIDs().
Referenced by getVehicleIDs(), and handleVariable().
|
static |
Definition at line 132 of file libsumo/OverheadWire.cpp.
References getEndPos(), getLaneID(), getName(), getStartPos(), getVehicleCount(), getVehicleIDs(), handleVariable(), libsumo::ID_COUNT, tcpip::Storage::readString(), tcpip::Storage::readUnsignedByte(), libsumo::TRACI_ID_LIST, 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 126 of file libsumo/OverheadWire.cpp.
References handleVariable(), makeWrapper(), myContextSubscriptionResults, and mySubscriptionResults.
Referenced by makeWrapper().
|
staticprivate |
Definition at line 64 of file OverheadWire.h.
Referenced by makeWrapper().
|
staticprivate |
Definition at line 63 of file OverheadWire.h.
Referenced by makeWrapper().