#include <Command.h>
类 carla::rpc::Command::ApplyVehicleControl 继承关系图:
carla::rpc::Command::ApplyVehicleControl 的协作图:Public 成员函数 | |
| ApplyVehicleControl ()=default | |
| ApplyVehicleControl (ActorId id, const VehicleControl &value) | |
| MSGPACK_DEFINE_ARRAY (actor, control) | |
Public 成员函数 继承自 carla::rpc::Command::CommandBase< ApplyVehicleControl > | |
| operator Command () const | |
Public 属性 | |
| ActorId | actor |
| VehicleControl | control |
|
default |
|
inline |
| VehicleControl carla::rpc::Command::ApplyVehicleControl::control |