#include <Command.h>
Inheritance diagram for carla::rpc::Command::ApplyVehiclePhysicsControl:
Collaboration diagram for carla::rpc::Command::ApplyVehiclePhysicsControl:Public Member Functions | |
| ApplyVehiclePhysicsControl ()=default | |
| ApplyVehiclePhysicsControl (ActorId id, const VehiclePhysicsControl &value) | |
| MSGPACK_DEFINE_ARRAY (actor, physics_control) | |
Public Member Functions inherited from carla::rpc::Command::CommandBase< ApplyVehiclePhysicsControl > | |
| operator Command () const | |
Public Attributes | |
| ActorId | actor |
| VehiclePhysicsControl | physics_control |
|
default |
|
inline |
| carla::rpc::Command::ApplyVehiclePhysicsControl::MSGPACK_DEFINE_ARRAY | ( | actor | , |
| physics_control | |||
| ) |
| ActorId carla::rpc::Command::ApplyVehiclePhysicsControl::actor |
| VehiclePhysicsControl carla::rpc::Command::ApplyVehiclePhysicsControl::physics_control |
1.8.13