Eclipse SUMO - Simulation of Urban MObility
libsumo::TraCIPosition Struct Reference

A 3D-position. More...

#include <TraCIDefs.h>

Inheritance diagram for libsumo::TraCIPosition:
Collaboration diagram for libsumo::TraCIPosition:

Public Member Functions

std::string getString ()
 

Data Fields

double x = INVALID_DOUBLE_VALUE
 
double y = INVALID_DOUBLE_VALUE
 
double z = INVALID_DOUBLE_VALUE
 

Detailed Description

A 3D-position.

Definition at line 110 of file TraCIDefs.h.

Member Function Documentation

◆ getString()

std::string libsumo::TraCIPosition::getString ( )
inlinevirtual

Reimplemented from libsumo::TraCIResult.

Definition at line 111 of file TraCIDefs.h.

References x, y, and z.

Referenced by TraCITestClient::testAPI().

Field Documentation

◆ x

◆ y

◆ z


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