|
SUMO - Simulation of Urban MObility
|
Representation of a signal. More...
#include <NIImporter_OpenDrive.h>
Public Member Functions | |
| OpenDriveSignal (int idArg, const std::string typeArg, int orientationArg, bool dynamicArg, SUMOReal sArg) | |
| Constructor. More... | |
Data Fields | |
| bool | dynamic |
| int | id |
| int | orientation |
| SUMOReal | s |
| std::string | type |
Representation of a signal.
Definition at line 305 of file NIImporter_OpenDrive.h.
|
inline |
Constructor.
| [in] | idArg | The OpenDrive id of the signal |
| [in] | typeArg | 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 313 of file NIImporter_OpenDrive.h.
| bool NIImporter_OpenDrive::OpenDriveSignal::dynamic |
Definition at line 319 of file NIImporter_OpenDrive.h.
| int NIImporter_OpenDrive::OpenDriveSignal::id |
Definition at line 316 of file NIImporter_OpenDrive.h.
| int NIImporter_OpenDrive::OpenDriveSignal::orientation |
Definition at line 318 of file NIImporter_OpenDrive.h.
| SUMOReal NIImporter_OpenDrive::OpenDriveSignal::s |
Definition at line 320 of file NIImporter_OpenDrive.h.
| std::string NIImporter_OpenDrive::OpenDriveSignal::type |
Definition at line 317 of file NIImporter_OpenDrive.h.