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 93 of file TraCIAPI.h.

Field Documentation

union { ... }
TraCIColor TraCIAPI::TraCIValue::color

Definition at line 97 of file TraCIAPI.h.

Referenced by TraCIAPI::readVariables().

TraCIPosition TraCIAPI::TraCIValue::position

Definition at line 96 of file TraCIAPI.h.

Referenced by TraCIAPI::readVariables().

double TraCIAPI::TraCIValue::scalar

Definition at line 95 of file TraCIAPI.h.

Referenced by TraCIAPI::readVariables().

std::string TraCIAPI::TraCIValue::string

Definition at line 99 of file TraCIAPI.h.

Referenced by TraCIAPI::readVariables().


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