![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <TraCIDefs.h>
Public Member Functions | |
std::string | getString () const |
int | getType () const |
TraCIInt (int v=0, int t=libsumo::TYPE_INTEGER) | |
Data Fields | |
int | traciType |
int | value |
Definition at line 257 of file TraCIDefs.h.
|
inline |
Definition at line 258 of file TraCIDefs.h.
|
inlinevirtual |
Reimplemented from libsumo::TraCIResult.
Definition at line 259 of file TraCIDefs.h.
References value.
|
inlinevirtual |
Reimplemented from libsumo::TraCIResult.
Definition at line 264 of file TraCIDefs.h.
References traciType.
int libsumo::TraCIInt::traciType |
Definition at line 268 of file TraCIDefs.h.
Referenced by getType().
int libsumo::TraCIInt::value |
Definition at line 267 of file TraCIDefs.h.
Referenced by getString().