![]() |
Eclipse SUMO - Simulation of Urban MObility
|
Representation of a signal group. More...
#include <NIImporter_OpenDrive.h>
Public Member Functions | |
| OpenDriveController () | |
| dummy constructor for use in maps | |
| OpenDriveController (const std::string &idArg, const std::string nameArg) | |
| Constructor. | |
Data Fields | |
| std::string | id |
| std::string | junction |
| std::string | name |
| std::vector< std::string > | signalIDs |
Representation of a signal group.
Definition at line 445 of file NIImporter_OpenDrive.h.
|
inline |
Constructor.
| [in] | idArg | The OpenDrive id of the signal group |
| [in] | nameArg | The type of the signal group |
Definition at line 450 of file NIImporter_OpenDrive.h.
|
inline |
dummy constructor for use in maps
Definition at line 454 of file NIImporter_OpenDrive.h.
| std::string NIImporter_OpenDrive::OpenDriveController::id |
Definition at line 456 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::loadNetwork(), NIImporter_OpenDrive::myEndElement(), and NIImporter_OpenDrive::myStartElement().
| std::string NIImporter_OpenDrive::OpenDriveController::junction |
Definition at line 459 of file NIImporter_OpenDrive.h.
| std::string NIImporter_OpenDrive::OpenDriveController::name |
Definition at line 457 of file NIImporter_OpenDrive.h.
| std::vector<std::string> NIImporter_OpenDrive::OpenDriveController::signalIDs |
Definition at line 458 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::myStartElement().