![]() |
Eclipse SUMO - Simulation of Urban MObility
|
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 |
Representation of a signal.
Definition at line 401 of file NIImporter_OpenDrive.h.
|
inline |
Constructor.
| [in] | idArg | The OpenDrive id of the signal |
| [in] | typeArg | The type of the signal |
| [in] | nameArg | The type of the signal |
| [in] | orientationArg | The direction the signal belongs to |
| [in] | dynamicArg | Whether the signal is dynamic |
| [in] | sArg | The offset from the start, counted from the begin |
Definition at line 410 of file NIImporter_OpenDrive.h.
|
inline |
dummy constructor for use in maps
Definition at line 418 of file NIImporter_OpenDrive.h.
| std::string NIImporter_OpenDrive::OpenDriveSignal::controller |
the controller ID
Definition at line 430 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::loadNetwork().
| bool NIImporter_OpenDrive::OpenDriveSignal::dynamic |
Definition at line 424 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::loadNetwork().
| std::string NIImporter_OpenDrive::OpenDriveSignal::id |
Definition at line 420 of file NIImporter_OpenDrive.h.
| int NIImporter_OpenDrive::OpenDriveSignal::maxLane |
Definition at line 428 of file NIImporter_OpenDrive.h.
| int NIImporter_OpenDrive::OpenDriveSignal::minLane |
signal validity range
Definition at line 427 of file NIImporter_OpenDrive.h.
| std::string NIImporter_OpenDrive::OpenDriveSignal::name |
Definition at line 422 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::loadNetwork().
| int NIImporter_OpenDrive::OpenDriveSignal::orientation |
Definition at line 423 of file NIImporter_OpenDrive.h.
| double NIImporter_OpenDrive::OpenDriveSignal::s |
Definition at line 425 of file NIImporter_OpenDrive.h.
| std::string NIImporter_OpenDrive::OpenDriveSignal::type |
Definition at line 421 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::loadNetwork().