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

Representation of a signal. More...

#include <NIImporter_OpenDrive.h>

Public Member Functions

 OpenDriveSignal ()
 dummy constructor for use in maps More...
 
 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
 
int maxLane
 
int minLane
 signal validity range More...
 
std::string name
 
int orientation
 
double s
 
std::string type
 

Detailed Description

Representation of a signal.

Definition at line 375 of file NIImporter_OpenDrive.h.

Constructor & Destructor Documentation

◆ OpenDriveSignal() [1/2]

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 384 of file NIImporter_OpenDrive.h.

◆ OpenDriveSignal() [2/2]

NIImporter_OpenDrive::OpenDriveSignal::OpenDriveSignal ( )
inline

dummy constructor for use in maps

Definition at line 392 of file NIImporter_OpenDrive.h.

Field Documentation

◆ dynamic

bool NIImporter_OpenDrive::OpenDriveSignal::dynamic

Definition at line 398 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::loadNetwork().

◆ id

std::string NIImporter_OpenDrive::OpenDriveSignal::id

Definition at line 394 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::loadNetwork().

◆ maxLane

int NIImporter_OpenDrive::OpenDriveSignal::maxLane

Definition at line 402 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::loadNetwork().

◆ minLane

int NIImporter_OpenDrive::OpenDriveSignal::minLane

signal validity range

Definition at line 401 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::loadNetwork().

◆ name

std::string NIImporter_OpenDrive::OpenDriveSignal::name

Definition at line 396 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::loadNetwork().

◆ orientation

int NIImporter_OpenDrive::OpenDriveSignal::orientation

Definition at line 397 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::loadNetwork().

◆ s

double NIImporter_OpenDrive::OpenDriveSignal::s

Definition at line 399 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::loadNetwork().

◆ type

std::string NIImporter_OpenDrive::OpenDriveSignal::type

Definition at line 395 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::loadNetwork().


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