parts of tag that have to be combined with either Participants:, OneWay: or SpeedLimit to generate an override.
More...
#include <Attribute.h>
|
static std::string | tag (const std::string &participant) |
| Obtain the tag for the participant override. More...
|
|
|
static constexpr const char | Bicycle [] = "bicycle" |
|
static constexpr const char | Pedestrian [] = "pedestrian" |
|
static constexpr const char | Train [] = "train" |
|
static constexpr const char | Vehicle [] = "vehicle" |
|
static constexpr const char | VehicleBus [] = "vehicle:bus" |
|
static constexpr const char | VehicleCar [] = "vehicle:car" |
|
static constexpr const char | VehicleCarCombustion [] = "vehicle:car:combustion" |
|
static constexpr const char | VehicleCarElectric [] = "vehicle:car:electric" |
|
static constexpr const char | VehicleEmergency [] = "vehicle:emergency" |
|
static constexpr const char | VehicleMotorcycle [] = "vehicle:motorcycle" |
|
static constexpr const char | VehicleTaxi [] = "vehicle:taxi" |
|
static constexpr const char | VehicleTruck [] = "vehicle:truck" |
|
parts of tag that have to be combined with either Participants:, OneWay: or SpeedLimit to generate an override.
Definition at line 248 of file Attribute.h.
◆ tag()
static std::string lanelet::Participants::tag |
( |
const std::string & |
participant | ) |
|
|
inlinestatic |
Obtain the tag for the participant override.
Definition at line 250 of file Attribute.h.
◆ Bicycle
constexpr const char lanelet::Participants::Bicycle = "bicycle" |
|
staticconstexpr |
◆ Pedestrian
constexpr const char lanelet::Participants::Pedestrian = "pedestrian" |
|
staticconstexpr |
◆ Train
constexpr const char lanelet::Participants::Train = "train" |
|
staticconstexpr |
◆ Vehicle
constexpr const char lanelet::Participants::Vehicle = "vehicle" |
|
staticconstexpr |
◆ VehicleBus
constexpr const char lanelet::Participants::VehicleBus = "vehicle:bus" |
|
staticconstexpr |
◆ VehicleCar
constexpr const char lanelet::Participants::VehicleCar = "vehicle:car" |
|
staticconstexpr |
◆ VehicleCarCombustion
constexpr const char lanelet::Participants::VehicleCarCombustion = "vehicle:car:combustion" |
|
staticconstexpr |
◆ VehicleCarElectric
constexpr const char lanelet::Participants::VehicleCarElectric = "vehicle:car:electric" |
|
staticconstexpr |
◆ VehicleEmergency
constexpr const char lanelet::Participants::VehicleEmergency = "vehicle:emergency" |
|
staticconstexpr |
◆ VehicleMotorcycle
constexpr const char lanelet::Participants::VehicleMotorcycle = "vehicle:motorcycle" |
|
staticconstexpr |
◆ VehicleTaxi
constexpr const char lanelet::Participants::VehicleTaxi = "vehicle:taxi" |
|
staticconstexpr |
◆ VehicleTruck
constexpr const char lanelet::Participants::VehicleTruck = "vehicle:truck" |
|
staticconstexpr |
The documentation for this struct was generated from the following files: