![]() |
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 |
| class | libsumo::TraCILink |
| class | libsumo::TraCILogic |
| struct | libsumo::TraCINextStopData |
| struct | libsumo::TraCINextTLSData |
| class | libsumo::TraCIPhase |
| struct | libsumo::TraCIPosition |
| A 3D-position. More... | |
| 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_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... | |
Structures definitions | |
| typedef std::vector< TraCIPosition > | libsumo::TraCIPositionVector |
| typedef std::map< int, std::shared_ptr< TraCIResult > > | libsumo::TraCIResults |
| {variable->value} More... | |
| typedef std::map< std::string, TraCIResults > | libsumo::SubscriptionResults |
| {object->{variable->value}} More... | |
| typedef std::map< std::string, SubscriptionResults > | libsumo::ContextSubscriptionResults |
Definition in file TraCIDefs.h.
| #define LIBSUMO_SUBSCRIPTION_API |
Definition at line 41 of file TraCIDefs.h.
| #define LIBSUMO_SUBSCRIPTION_IMPLEMENTATION | ( | CLASS, | |
| DOMAIN | |||
| ) |
Definition at line 50 of file TraCIDefs.h.