![]() |
SUMO - Simulation of Urban MObility
|
#include <TraCIDefs.h>

Data Fields | |
| union { | |
| TraCIColor color | |
| TraCIPosition position | |
| double scalar | |
| }; | |
| std::string | string |
| std::vector< std::string > | stringList |
Definition at line 95 of file TraCIDefs.h.
| union { ... } |
| TraCIColor TraCIValue::color |
Definition at line 99 of file TraCIDefs.h.
Referenced by TraCIAPI::readVariables().
| TraCIPosition TraCIValue::position |
Definition at line 98 of file TraCIDefs.h.
Referenced by TraCIAPI::readVariables().
| double TraCIValue::scalar |
Definition at line 97 of file TraCIDefs.h.
Referenced by TraCIAPI::readVariables().
| std::string TraCIValue::string |
Definition at line 101 of file TraCIDefs.h.
Referenced by TraCIAPI::readVariables().
| std::vector<std::string> TraCIValue::stringList |
Definition at line 102 of file TraCIDefs.h.
Referenced by TraCIAPI::readVariables().