定义车辆的物理外观,通过传感器获取
更多...
#include <VehicleLightState.h>
|
using | flag_type = uint32_t |
|
enum class | LightState : flag_type {
None = 0
, Position = 0x1
, LowBeam = 0x1 << 1
, HighBeam = 0x1 << 2
,
Brake = 0x1 << 3
, RightBlinker = 0x1 << 4
, LeftBlinker = 0x1 << 5
, Reverse = 0x1 << 6
,
Fog = 0x1 << 7
, Interior = 0x1 << 8
, Special1 = 0x1 << 9
, Special2 = 0x1 << 10
,
All = 0xFFFFFFFF
} |
| 可以作为标志使用的枚举 更多...
|
|
◆ flag_type
◆ LightState
◆ VehicleLightState() [1/4]
carla::rpc::VehicleLightState::VehicleLightState |
( |
| ) |
|
|
default |
◆ VehicleLightState() [2/4]
carla::rpc::VehicleLightState::VehicleLightState |
( |
LightState | light_state | ) |
|
|
inline |
◆ VehicleLightState() [3/4]
carla::rpc::VehicleLightState::VehicleLightState |
( |
flag_type | light_state | ) |
|
|
inline |
◆ VehicleLightState() [4/4]
carla::rpc::VehicleLightState::VehicleLightState |
( |
const FVehicleLightState & | InLightState | ) |
|
|
inline |
在文件 LibCarla/source/carla/rpc/VehicleLightState.h 第 57 行定义.
引用了 Brake, FVehicleLightState::Brake, Fog, FVehicleLightState::Fog, HighBeam, FVehicleLightState::HighBeam, Interior, FVehicleLightState::Interior, LeftBlinker, FVehicleLightState::LeftBlinker, light_state, LowBeam, FVehicleLightState::LowBeam, None, Position, FVehicleLightState::Position, Reverse, FVehicleLightState::Reverse, RightBlinker, FVehicleLightState::RightBlinker, SET_FLAG, Special1, FVehicleLightState::Special1, Special2 , 以及 FVehicleLightState::Special2.
◆ GetLightStateAsValue()
flag_type carla::rpc::VehicleLightState::GetLightStateAsValue |
( |
| ) |
const |
|
inline |
◆ GetLightStateEnum()
LightState carla::rpc::VehicleLightState::GetLightStateEnum |
( |
| ) |
const |
|
inline |
◆ operator FVehicleLightState()
在文件 LibCarla/source/carla/rpc/VehicleLightState.h 第 72 行定义.
引用了 Brake, FVehicleLightState::Brake, FLAG_ENABLED, Fog, FVehicleLightState::Fog, HighBeam, FVehicleLightState::HighBeam, Interior, FVehicleLightState::Interior, LeftBlinker, FVehicleLightState::LeftBlinker, light_state, LowBeam, FVehicleLightState::LowBeam, Position, FVehicleLightState::Position, Reverse, FVehicleLightState::Reverse, RightBlinker, FVehicleLightState::RightBlinker, Special1, FVehicleLightState::Special1, Special2 , 以及 FVehicleLightState::Special2.
◆ light_state
该类的文档由以下文件生成: