![]() |
SUMO - Simulation of Urban MObility
|
#include <TraCIAPI.h>
Data Fields | |
union { | |
TraCIColor color | |
TraCIPosition position | |
double scalar | |
}; | |
std::string | string |
Definition at line 95 of file TraCIAPI.h.
union { ... } |
TraCIColor TraCIAPI::TraCIValue::color |
Definition at line 99 of file TraCIAPI.h.
Referenced by TraCIAPI::readVariables().
TraCIPosition TraCIAPI::TraCIValue::position |
Definition at line 98 of file TraCIAPI.h.
Referenced by TraCIAPI::readVariables().
double TraCIAPI::TraCIValue::scalar |
Definition at line 97 of file TraCIAPI.h.
Referenced by TraCIAPI::readVariables().
std::string TraCIAPI::TraCIValue::string |
Definition at line 101 of file TraCIAPI.h.
Referenced by TraCIAPI::readVariables().