![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <ParkingArea.h>
Static Public Member Functions | |
| static std::vector< std::string > | getAcceptedBadges (const std::string &stopID) |
| 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) |
| static std::shared_ptr< VariableWrapper > | makeWrapper () |
| LIBSUMO_ID_PARAMETER_API static LIBSUMO_SUBSCRIPTION_API void | setAcceptedBadges (const std::string &stopID, const std::vector< std::string > &badges) |
Private Member Functions | |
| ParkingArea ()=delete | |
| invalidated standard constructor | |
Static Private Member Functions | |
| static MSStoppingPlace * | getParkingArea (const std::string &id) |
Static Private Attributes | |
| static ContextSubscriptionResults | myContextSubscriptionResults |
| static SubscriptionResults | mySubscriptionResults |
Definition at line 41 of file ParkingArea.h.
|
privatedelete |
invalidated standard constructor
|
static |
Definition at line 94 of file libsumo/ParkingArea.cpp.
References getAcceptedBadges(), and getParkingArea().
Referenced by getAcceptedBadges(), and handleVariable().
|
static |
Definition at line 70 of file libsumo/ParkingArea.cpp.
References getEndPos(), and getParkingArea().
Referenced by getEndPos(), and handleVariable().
|
static |
Definition at line 60 of file libsumo/ParkingArea.cpp.
References getLaneID(), and getParkingArea().
Referenced by getLaneID(), and handleVariable().
|
static |
Definition at line 75 of file libsumo/ParkingArea.cpp.
References getName(), and getParkingArea().
Referenced by getName(), and handleVariable().
|
staticprivate |
Definition at line 124 of file libsumo/ParkingArea.cpp.
References getParkingArea(), libsumo::Helper::getStoppingPlace(), and SUMO_TAG_PARKING_AREA.
Referenced by getAcceptedBadges(), getEndPos(), getLaneID(), getName(), getParkingArea(), getStartPos(), getVehicleCount(), getVehicleIDs(), and setAcceptedBadges().
|
static |
Definition at line 65 of file libsumo/ParkingArea.cpp.
References getParkingArea(), and getStartPos().
Referenced by getStartPos(), and handleVariable().
|
static |
Definition at line 80 of file libsumo/ParkingArea.cpp.
References getParkingArea(), and getVehicleCount().
Referenced by getVehicleCount(), and handleVariable().
|
static |
Definition at line 85 of file libsumo/ParkingArea.cpp.
References getParkingArea(), and getVehicleIDs().
Referenced by getVehicleIDs(), and handleVariable().
|
static |
Definition at line 136 of file libsumo/ParkingArea.cpp.
References getAcceptedBadges(), getEndPos(), getLaneID(), getName(), getStartPos(), getVehicleCount(), getVehicleIDs(), handleVariable(), libsumo::ID_COUNT, tcpip::Storage::readString(), tcpip::Storage::readUnsignedByte(), libsumo::TRACI_ID_LIST, libsumo::VAR_ACCESS_BADGE, 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 130 of file libsumo/ParkingArea.cpp.
References handleVariable(), makeWrapper(), myContextSubscriptionResults, and mySubscriptionResults.
Referenced by makeWrapper().
|
static |
Definition at line 100 of file libsumo/ParkingArea.cpp.
References getParkingArea(), and setAcceptedBadges().
Referenced by setAcceptedBadges().
|
staticprivate |
Definition at line 67 of file ParkingArea.h.
Referenced by makeWrapper().
|
staticprivate |
Definition at line 66 of file ParkingArea.h.
Referenced by makeWrapper().