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

Representation of a signal group. More...

#include <NIImporter_OpenDrive.h>

Public Member Functions

 OpenDriveController ()
 dummy constructor for use in maps More...
 
 OpenDriveController (const std::string &idArg, const std::string nameArg)
 Constructor. More...
 

Data Fields

std::string id
 
std::string junction
 
std::string name
 
std::vector< std::string > signalIDs
 

Detailed Description

Representation of a signal group.

Definition at line 441 of file NIImporter_OpenDrive.h.

Constructor & Destructor Documentation

◆ OpenDriveController() [1/2]

NIImporter_OpenDrive::OpenDriveController::OpenDriveController ( const std::string &  idArg,
const std::string  nameArg 
)
inline

Constructor.

Parameters
[in]idArgThe OpenDrive id of the signal group
[in]nameArgThe type of the signal group

Definition at line 446 of file NIImporter_OpenDrive.h.

◆ OpenDriveController() [2/2]

NIImporter_OpenDrive::OpenDriveController::OpenDriveController ( )
inline

dummy constructor for use in maps

Definition at line 450 of file NIImporter_OpenDrive.h.

Field Documentation

◆ id

std::string NIImporter_OpenDrive::OpenDriveController::id

◆ junction

std::string NIImporter_OpenDrive::OpenDriveController::junction

Definition at line 455 of file NIImporter_OpenDrive.h.

◆ name

std::string NIImporter_OpenDrive::OpenDriveController::name

Definition at line 453 of file NIImporter_OpenDrive.h.

◆ signalIDs

std::vector<std::string> NIImporter_OpenDrive::OpenDriveController::signalIDs

Definition at line 454 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::myStartElement().


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