Eclipse SUMO - Simulation of Urban MObility
NIImporter_OpenDrive::OpenDriveSignal Struct Reference

Representation of a signal. More...

#include <NIImporter_OpenDrive.h>

Collaboration diagram for NIImporter_OpenDrive::OpenDriveSignal:

Public Member Functions

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

Data Fields

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

Detailed Description

Representation of a signal.

Definition at line 369 of file NIImporter_OpenDrive.h.

Constructor & Destructor Documentation

◆ OpenDriveSignal()

NIImporter_OpenDrive::OpenDriveSignal::OpenDriveSignal ( const std::string &  idArg,
const std::string  typeArg,
const std::string  nameArg,
int  orientationArg,
bool  dynamicArg,
double  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 378 of file NIImporter_OpenDrive.h.

Field Documentation

◆ dynamic

bool NIImporter_OpenDrive::OpenDriveSignal::dynamic

Definition at line 385 of file NIImporter_OpenDrive.h.

◆ id

std::string NIImporter_OpenDrive::OpenDriveSignal::id

Definition at line 381 of file NIImporter_OpenDrive.h.

◆ name

std::string NIImporter_OpenDrive::OpenDriveSignal::name

Definition at line 383 of file NIImporter_OpenDrive.h.

◆ orientation

int NIImporter_OpenDrive::OpenDriveSignal::orientation

Definition at line 384 of file NIImporter_OpenDrive.h.

◆ s

double NIImporter_OpenDrive::OpenDriveSignal::s

Definition at line 386 of file NIImporter_OpenDrive.h.

◆ type

std::string NIImporter_OpenDrive::OpenDriveSignal::type

Definition at line 382 of file NIImporter_OpenDrive.h.


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