![]() |
SUMO - Simulation of Urban MObility
|
Representation of a signal. More...
#include <NIImporter_OpenDrive.h>

Public Member Functions | |
| 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 |
| std::string | name |
| int | orientation |
| double | s |
| std::string | type |
Representation of a signal.
Definition at line 358 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 367 of file NIImporter_OpenDrive.h.
| bool NIImporter_OpenDrive::OpenDriveSignal::dynamic |
Definition at line 374 of file NIImporter_OpenDrive.h.
| std::string NIImporter_OpenDrive::OpenDriveSignal::id |
Definition at line 370 of file NIImporter_OpenDrive.h.
| std::string NIImporter_OpenDrive::OpenDriveSignal::name |
Definition at line 372 of file NIImporter_OpenDrive.h.
| int NIImporter_OpenDrive::OpenDriveSignal::orientation |
Definition at line 373 of file NIImporter_OpenDrive.h.
| double NIImporter_OpenDrive::OpenDriveSignal::s |
Definition at line 375 of file NIImporter_OpenDrive.h.
| std::string NIImporter_OpenDrive::OpenDriveSignal::type |
Definition at line 371 of file NIImporter_OpenDrive.h.