#include <VehicleControl.h>
|
| MSGPACK_DEFINE_ARRAY (throttle, steer, brake, hand_brake, reverse, manual_gear_shift, gear) |
|
| operator FVehicleControl () const |
|
bool | operator!= (const VehicleControl &rhs) const |
|
bool | operator== (const VehicleControl &rhs) const |
|
| VehicleControl ()=default |
|
| VehicleControl (const FVehicleControl &Control) |
|
| VehicleControl (float in_throttle, float in_steer, float in_brake, bool in_hand_brake, bool in_reverse, bool in_manual_gear_shift, int32_t in_gear) |
|
◆ VehicleControl() [1/3]
carla::rpc::VehicleControl::VehicleControl |
( |
| ) |
|
|
default |
◆ VehicleControl() [2/3]
carla::rpc::VehicleControl::VehicleControl |
( |
float | in_throttle, |
|
|
float | in_steer, |
|
|
float | in_brake, |
|
|
bool | in_hand_brake, |
|
|
bool | in_reverse, |
|
|
bool | in_manual_gear_shift, |
|
|
int32_t | in_gear ) |
|
inline |
◆ VehicleControl() [3/3]
carla::rpc::VehicleControl::VehicleControl |
( |
const FVehicleControl & | Control | ) |
|
|
inline |
◆ MSGPACK_DEFINE_ARRAY()
◆ operator FVehicleControl()
在文件 LibCarla/source/carla/rpc/VehicleControl.h 第 60 行定义.
引用了 FVehicleControl::bHandBrake, FVehicleControl::bManualGearShift, brake, FVehicleControl::Brake, FVehicleControl::bReverse, gear, FVehicleControl::Gear, hand_brake, manual_gear_shift, reverse, steer, FVehicleControl::Steer, throttle , 以及 FVehicleControl::Throttle.
◆ operator!=()
bool carla::rpc::VehicleControl::operator!= |
( |
const VehicleControl & | rhs | ) |
const |
|
inline |
◆ operator==()
bool carla::rpc::VehicleControl::operator== |
( |
const VehicleControl & | rhs | ) |
const |
|
inline |
◆ brake
float carla::rpc::VehicleControl::brake = 0.0f |
◆ gear
int32_t carla::rpc::VehicleControl::gear = 0 |
◆ hand_brake
bool carla::rpc::VehicleControl::hand_brake = false |
◆ manual_gear_shift
bool carla::rpc::VehicleControl::manual_gear_shift = false |
◆ reverse
bool carla::rpc::VehicleControl::reverse = false |
◆ steer
float carla::rpc::VehicleControl::steer = 0.0f |
◆ throttle
float carla::rpc::VehicleControl::throttle = 0.0f |
该类的文档由以下文件生成: