![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <libsumo/TraCIConstants.h>#include <vector>#include <limits>#include <map>#include <string>#include <stdexcept>#include <sstream>#include <memory>#include <cstring>Go to the source code of this file.
Namespaces | |
| namespace | libsumo |
| namespace | tcpip |
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, DOM) |
| #define | SWIGJAVA_CAST(CLASS) |
Typedefs | |
Structures definitions | |
| typedef std::map< std::string, libsumo::SubscriptionResults > | libsumo::ContextSubscriptionResults |
| typedef std::map< std::string, libsumo::TraCIResults > | libsumo::SubscriptionResults |
| {object->{variable->value}} | |
| typedef std::map< int, std::shared_ptr< libsumo::TraCIResult > > | libsumo::TraCIResults |
| {variable->value} | |
Definition in file TraCIDefs.h.
| #define LIBSUMO_GET_PARAMETER_WITH_KEY_IMPLEMENTATION | ( | CLASS | ) |
Definition at line 124 of file TraCIDefs.h.
| #define LIBSUMO_ID_PARAMETER_API |
Definition at line 117 of file TraCIDefs.h.
| #define LIBSUMO_NAMESPACE libsumo |
Definition at line 59 of file TraCIDefs.h.
| #define LIBSUMO_SUBSCRIPTION_API |
Definition at line 62 of file TraCIDefs.h.
| #define LIBSUMO_SUBSCRIPTION_IMPLEMENTATION | ( | CLASS, | |
| DOM | |||
| ) |
Definition at line 77 of file TraCIDefs.h.
| #define SWIGJAVA_CAST | ( | CLASS | ) |
Definition at line 131 of file TraCIDefs.h.