#include <Signal.h>
|
| const std::set< ContId > & | GetControllers () const |
| |
| const std::string & | GetCountry () const |
| |
| const std::vector< SignalDependency > & | GetDependencies () |
| |
| bool | GetDynamic () const |
| |
| double | GetHeight () const |
| |
| double | GetHOffset () const |
| |
| const std::string & | GetName () const |
| |
| SignalOrientation | GetOrientation () const |
| |
| double | GetPitch () const |
| |
| RoadId | GetRoadId () const |
| |
| double | GetRoll () const |
| |
| double | GetS () const |
| |
| const SignId & | GetSignalId () const |
| |
| const std::string & | GetSubtype () const |
| |
| double | GetT () const |
| |
| const std::string & | GetText () const |
| |
| const geom::Transform & | GetTransform () const |
| |
| const std::string & | GetType () const |
| |
| const std::string & | GetUnit () const |
| |
| double | GetValue () const |
| |
| double | GetWidth () const |
| |
| double | GetZOffset () const |
| |
| | Signal (RoadId road_id, SignId signal_id, double s, double t, std::string name, std::string dynamic, std::string orientation, double zOffset, std::string country, std::string type, std::string subtype, double value, std::string unit, double height, double width, std::string text, double hOffset, double pitch, double roll) |
| |
Definition at line 39 of file Signal.h.
◆ Signal()
| carla::road::Signal::Signal |
( |
RoadId |
road_id, |
|
|
SignId |
signal_id, |
|
|
double |
s, |
|
|
double |
t, |
|
|
std::string |
name, |
|
|
std::string |
dynamic, |
|
|
std::string |
orientation, |
|
|
double |
zOffset, |
|
|
std::string |
country, |
|
|
std::string |
type, |
|
|
std::string |
subtype, |
|
|
double |
value, |
|
|
std::string |
unit, |
|
|
double |
height, |
|
|
double |
width, |
|
|
std::string |
text, |
|
|
double |
hOffset, |
|
|
double |
pitch, |
|
|
double |
roll |
|
) |
| |
|
inline |
◆ GetControllers()
| const std::set<ContId>& carla::road::Signal::GetControllers |
( |
| ) |
const |
|
inline |
◆ GetCountry()
| const std::string& carla::road::Signal::GetCountry |
( |
| ) |
const |
|
inline |
◆ GetDependencies()
◆ GetDynamic()
| bool carla::road::Signal::GetDynamic |
( |
| ) |
const |
|
inline |
◆ GetHeight()
| double carla::road::Signal::GetHeight |
( |
| ) |
const |
|
inline |
◆ GetHOffset()
| double carla::road::Signal::GetHOffset |
( |
| ) |
const |
|
inline |
◆ GetName()
| const std::string& carla::road::Signal::GetName |
( |
| ) |
const |
|
inline |
◆ GetOrientation()
◆ GetPitch()
| double carla::road::Signal::GetPitch |
( |
| ) |
const |
|
inline |
◆ GetRoadId()
| RoadId carla::road::Signal::GetRoadId |
( |
| ) |
const |
|
inline |
◆ GetRoll()
| double carla::road::Signal::GetRoll |
( |
| ) |
const |
|
inline |
◆ GetS()
| double carla::road::Signal::GetS |
( |
| ) |
const |
|
inline |
◆ GetSignalId()
| const SignId& carla::road::Signal::GetSignalId |
( |
| ) |
const |
|
inline |
◆ GetSubtype()
| const std::string& carla::road::Signal::GetSubtype |
( |
| ) |
const |
|
inline |
◆ GetT()
| double carla::road::Signal::GetT |
( |
| ) |
const |
|
inline |
◆ GetText()
| const std::string& carla::road::Signal::GetText |
( |
| ) |
const |
|
inline |
◆ GetTransform()
◆ GetType()
| const std::string& carla::road::Signal::GetType |
( |
| ) |
const |
|
inline |
◆ GetUnit()
| const std::string& carla::road::Signal::GetUnit |
( |
| ) |
const |
|
inline |
◆ GetValue()
| double carla::road::Signal::GetValue |
( |
| ) |
const |
|
inline |
◆ GetWidth()
| double carla::road::Signal::GetWidth |
( |
| ) |
const |
|
inline |
◆ GetZOffset()
| double carla::road::Signal::GetZOffset |
( |
| ) |
const |
|
inline |
◆ _controllers
| std::set<ContId> carla::road::Signal::_controllers |
|
private |
◆ _country
| std::string carla::road::Signal::_country |
|
private |
◆ _dependencies
◆ _dynamic
| std::string carla::road::Signal::_dynamic |
|
private |
◆ _height
| double carla::road::Signal::_height |
|
private |
◆ _hOffset
| double carla::road::Signal::_hOffset |
|
private |
◆ _name
| std::string carla::road::Signal::_name |
|
private |
◆ _orientation
| std::string carla::road::Signal::_orientation |
|
private |
◆ _pitch
| double carla::road::Signal::_pitch |
|
private |
◆ _road_id
| RoadId carla::road::Signal::_road_id |
|
private |
◆ _roll
| double carla::road::Signal::_roll |
|
private |
◆ _s
| double carla::road::Signal::_s |
|
private |
◆ _signal_id
| SignId carla::road::Signal::_signal_id |
|
private |
◆ _subtype
| std::string carla::road::Signal::_subtype |
|
private |
◆ _t
| double carla::road::Signal::_t |
|
private |
◆ _text
| std::string carla::road::Signal::_text |
|
private |
◆ _transform
◆ _type
| std::string carla::road::Signal::_type |
|
private |
◆ _unit
| std::string carla::road::Signal::_unit |
|
private |
◆ _using_inertial_position
| bool carla::road::Signal::_using_inertial_position = false |
|
private |
◆ _value
| double carla::road::Signal::_value |
|
private |
◆ _width
| double carla::road::Signal::_width |
|
private |
◆ _zOffset
| double carla::road::Signal::_zOffset |
|
private |
◆ MapBuilder
| friend carla::road::Signal::MapBuilder |
|
private |
The documentation for this class was generated from the following file: