SUMO - Simulation of Urban MObility
TraCIAPI::TraCIValue Struct Reference

#include <TraCIAPI.h>

Collaboration diagram for TraCIAPI::TraCIValue:
Collaboration graph

Data Fields

union {
   TraCIColor   color
 
   TraCIPosition   position
 
   double   scalar
 
}; 
 
std::string string
 

Detailed Description

Definition at line 95 of file TraCIAPI.h.

Field Documentation

§ @34

union { ... }

§ color

TraCIColor TraCIAPI::TraCIValue::color

Definition at line 99 of file TraCIAPI.h.

Referenced by TraCIAPI::readVariables().

§ position

TraCIPosition TraCIAPI::TraCIValue::position

Definition at line 98 of file TraCIAPI.h.

Referenced by TraCIAPI::readVariables().

§ scalar

double TraCIAPI::TraCIValue::scalar

Definition at line 97 of file TraCIAPI.h.

Referenced by TraCIAPI::readVariables().

§ string

std::string TraCIAPI::TraCIValue::string

Definition at line 101 of file TraCIAPI.h.

Referenced by TraCIAPI::readVariables().


The documentation for this struct was generated from the following file: