![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <libsumo/TraCIConstants.h>#include <vector>#include <limits>#include <map>#include <string>#include <stdexcept>#include <sstream>#include <memory>Go to the source code of this file.
Data Structures | |
| struct | libsumo::TraCIBestLanesData |
| struct | libsumo::TraCIColor |
| A color. More... | |
| class | libsumo::TraCIConnection |
| struct | libsumo::TraCIDouble |
| class | libsumo::TraCIException |
| struct | libsumo::TraCIInt |
| struct | libsumo::TraCILeaderDistance |
| A leaderId and distance to leader. More... | |
| class | libsumo::TraCILink |
| class | libsumo::TraCILogic |
| struct | libsumo::TraCINextStopData |
| struct | libsumo::TraCINextStopDataVector |
| A list of vehicle stops. More... | |
| struct | libsumo::TraCINextTLSData |
| class | libsumo::TraCIPhase |
| struct | libsumo::TraCIPosition |
| A 3D-position. More... | |
| class | libsumo::TraCIReservation |
| struct | libsumo::TraCIResult |
| struct | libsumo::TraCIRoadPosition |
| An edgeId, position and laneIndex. More... | |
| class | libsumo::TraCIStage |
| struct | libsumo::TraCIString |
| struct | libsumo::TraCIStringList |
| struct | libsumo::TraCIVehicleData |
| mirrors MSInductLoop::VehicleData More... | |
Namespaces | |
| libsumo | |
Macros | |
| #define | LIBSUMO_GET_PARAMETER_WITH_KEY_IMPLEMENTATION(CLASS) |
| #define | LIBSUMO_ID_PARAMETER_API |
| #define | LIBSUMO_NAMESPACE libsumo |
| #define | LIBSUMO_SUBSCRIPTION_API |
| #define | LIBSUMO_SUBSCRIPTION_IMPLEMENTATION(CLASS, DOMAIN) |
Typedefs | |
Structures definitions | |
| typedef std::map< std::string, SubscriptionResults > | libsumo::ContextSubscriptionResults |
| typedef std::map< std::string, TraCIResults > | libsumo::SubscriptionResults |
| {object->{variable->value}} More... | |
| typedef std::vector< TraCIPosition > | libsumo::TraCIPositionVector |
| typedef std::map< int, std::shared_ptr< TraCIResult > > | libsumo::TraCIResults |
| {variable->value} More... | |
Definition in file TraCIDefs.h.
| #define LIBSUMO_GET_PARAMETER_WITH_KEY_IMPLEMENTATION | ( | CLASS | ) |
Definition at line 104 of file TraCIDefs.h.
| #define LIBSUMO_ID_PARAMETER_API |
Definition at line 97 of file TraCIDefs.h.
| #define LIBSUMO_NAMESPACE libsumo |
Definition at line 41 of file TraCIDefs.h.
| #define LIBSUMO_SUBSCRIPTION_API |
Definition at line 44 of file TraCIDefs.h.
| #define LIBSUMO_SUBSCRIPTION_IMPLEMENTATION | ( | CLASS, | |
| DOMAIN | |||
| ) |
Definition at line 57 of file TraCIDefs.h.