SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
NIImporter_OpenDrive::OpenDriveSignal Struct Reference

Representation of a signal. More...

#include <NIImporter_OpenDrive.h>

Public Member Functions

 OpenDriveSignal (int idArg, const std::string typeArg, const std::string nameArg, int orientationArg, bool dynamicArg, SUMOReal sArg)
 Constructor. More...
 

Data Fields

bool dynamic
 
int id
 
std::string name
 
int orientation
 
SUMOReal s
 
std::string type
 

Detailed Description

Representation of a signal.

Definition at line 312 of file NIImporter_OpenDrive.h.

Constructor & Destructor Documentation

NIImporter_OpenDrive::OpenDriveSignal::OpenDriveSignal ( int  idArg,
const std::string  typeArg,
const std::string  nameArg,
int  orientationArg,
bool  dynamicArg,
SUMOReal  sArg 
)
inline

Constructor.

Parameters
[in]idArgThe OpenDrive id of the signal
[in]typeArgThe type of the signal
[in]nameArgThe type of the signal
[in]orientationArgThe direction the signal belongs to
[in]dynamicArgWhether the signal is dynamic
[in]sArgThe offset from the start, counted from the begin

Definition at line 321 of file NIImporter_OpenDrive.h.

Field Documentation

bool NIImporter_OpenDrive::OpenDriveSignal::dynamic

Definition at line 328 of file NIImporter_OpenDrive.h.

int NIImporter_OpenDrive::OpenDriveSignal::id

Definition at line 324 of file NIImporter_OpenDrive.h.

std::string NIImporter_OpenDrive::OpenDriveSignal::name

Definition at line 326 of file NIImporter_OpenDrive.h.

int NIImporter_OpenDrive::OpenDriveSignal::orientation

Definition at line 327 of file NIImporter_OpenDrive.h.

SUMOReal NIImporter_OpenDrive::OpenDriveSignal::s

Definition at line 329 of file NIImporter_OpenDrive.h.

std::string NIImporter_OpenDrive::OpenDriveSignal::type

Definition at line 325 of file NIImporter_OpenDrive.h.


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