CARLA
Public Member Functions | Public Attributes | List of all members
carla::rpc::Command::ApplyVehiclePhysicsControl Struct Reference

#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
 

Detailed Description

Definition at line 107 of file Command.h.

Constructor & Destructor Documentation

◆ ApplyVehiclePhysicsControl() [1/2]

carla::rpc::Command::ApplyVehiclePhysicsControl::ApplyVehiclePhysicsControl ( )
default

◆ ApplyVehiclePhysicsControl() [2/2]

carla::rpc::Command::ApplyVehiclePhysicsControl::ApplyVehiclePhysicsControl ( ActorId  id,
const VehiclePhysicsControl value 
)
inline

Definition at line 109 of file Command.h.

Member Function Documentation

◆ MSGPACK_DEFINE_ARRAY()

carla::rpc::Command::ApplyVehiclePhysicsControl::MSGPACK_DEFINE_ARRAY ( actor  ,
physics_control   
)

Member Data Documentation

◆ actor

ActorId carla::rpc::Command::ApplyVehiclePhysicsControl::actor

Definition at line 112 of file Command.h.

◆ physics_control

VehiclePhysicsControl carla::rpc::Command::ApplyVehiclePhysicsControl::physics_control

Definition at line 113 of file Command.h.


The documentation for this struct was generated from the following file: