Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
NIImporter_OpenDrive::OpenDriveSignal Struct Reference

Representation of a signal. More...

#include <NIImporter_OpenDrive.h>

Public Member Functions

 OpenDriveSignal ()
 dummy constructor for use in maps
 
 OpenDriveSignal (const std::string &idArg, const std::string typeArg, const std::string nameArg, int orientationArg, bool dynamicArg, double sArg)
 Constructor.
 

Data Fields

std::string controller
 the controller ID
 
bool dynamic
 
std::string id
 
int maxLane
 
int minLane
 signal validity range
 
std::string name
 
int orientation
 
double s
 
std::string type
 

Detailed Description

Representation of a signal.

Definition at line 401 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 410 of file NIImporter_OpenDrive.h.

◆ OpenDriveSignal() [2/2]

NIImporter_OpenDrive::OpenDriveSignal::OpenDriveSignal ( )
inline

dummy constructor for use in maps

Definition at line 418 of file NIImporter_OpenDrive.h.

Field Documentation

◆ controller

std::string NIImporter_OpenDrive::OpenDriveSignal::controller

the controller ID

Definition at line 430 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::loadNetwork().

◆ dynamic

bool NIImporter_OpenDrive::OpenDriveSignal::dynamic

Definition at line 424 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::loadNetwork().

◆ id

std::string NIImporter_OpenDrive::OpenDriveSignal::id

Definition at line 420 of file NIImporter_OpenDrive.h.

◆ maxLane

int NIImporter_OpenDrive::OpenDriveSignal::maxLane

Definition at line 428 of file NIImporter_OpenDrive.h.

◆ minLane

int NIImporter_OpenDrive::OpenDriveSignal::minLane

signal validity range

Definition at line 427 of file NIImporter_OpenDrive.h.

◆ name

std::string NIImporter_OpenDrive::OpenDriveSignal::name

Definition at line 422 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::loadNetwork().

◆ orientation

int NIImporter_OpenDrive::OpenDriveSignal::orientation

Definition at line 423 of file NIImporter_OpenDrive.h.

◆ s

double NIImporter_OpenDrive::OpenDriveSignal::s

Definition at line 425 of file NIImporter_OpenDrive.h.

◆ type

std::string NIImporter_OpenDrive::OpenDriveSignal::type

Definition at line 421 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::loadNetwork().


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