Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
libsumo::TraCIDouble Struct Reference

#include <TraCIDefs.h>

Inheritance diagram for libsumo::TraCIDouble:
[legend]
Collaboration diagram for libsumo::TraCIDouble:
[legend]

Public Member Functions

std::string getString () const
 
int getType () const
 
 TraCIDouble (double v=0.)
 

Data Fields

double value
 

Detailed Description

Definition at line 275 of file TraCIDefs.h.

Constructor & Destructor Documentation

◆ TraCIDouble()

libsumo::TraCIDouble::TraCIDouble ( double  v = 0.)
inline

Definition at line 276 of file TraCIDefs.h.

Member Function Documentation

◆ getString()

std::string libsumo::TraCIDouble::getString ( ) const
inlinevirtual

Reimplemented from libsumo::TraCIResult.

Definition at line 277 of file TraCIDefs.h.

References value.

◆ getType()

int libsumo::TraCIDouble::getType ( ) const
inlinevirtual

Reimplemented from libsumo::TraCIResult.

Definition at line 282 of file TraCIDefs.h.

References libsumo::TYPE_DOUBLE.

Referenced by libsumo::StorageHelper::toStorage().

Here is the caller graph for this function:

Field Documentation

◆ value

double libsumo::TraCIDouble::value

Definition at line 285 of file TraCIDefs.h.

Referenced by getString().


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