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

#include <Command.h>

+ Inheritance diagram for carla::rpc::Command::ApplyVehicleAckermannControl:
+ Collaboration diagram for carla::rpc::Command::ApplyVehicleAckermannControl:

Public Member Functions

 ApplyVehicleAckermannControl ()=default
 
 ApplyVehicleAckermannControl (ActorId id, const VehicleAckermannControl &value)
 
 MSGPACK_DEFINE_ARRAY (actor, control)
 
- Public Member Functions inherited from carla::rpc::Command::CommandBase< ApplyVehicleAckermannControl >
 operator Command () const
 

Public Attributes

ActorId actor
 
VehicleAckermannControl control
 

Detailed Description

Definition at line 87 of file Command.h.

Constructor & Destructor Documentation

◆ ApplyVehicleAckermannControl() [1/2]

carla::rpc::Command::ApplyVehicleAckermannControl::ApplyVehicleAckermannControl ( )
default

◆ ApplyVehicleAckermannControl() [2/2]

carla::rpc::Command::ApplyVehicleAckermannControl::ApplyVehicleAckermannControl ( ActorId  id,
const VehicleAckermannControl value 
)
inline

Definition at line 89 of file Command.h.

Member Function Documentation

◆ MSGPACK_DEFINE_ARRAY()

carla::rpc::Command::ApplyVehicleAckermannControl::MSGPACK_DEFINE_ARRAY ( actor  ,
control   
)

Member Data Documentation

◆ actor

ActorId carla::rpc::Command::ApplyVehicleAckermannControl::actor

Definition at line 92 of file Command.h.

◆ control

VehicleAckermannControl carla::rpc::Command::ApplyVehicleAckermannControl::control

Definition at line 93 of file Command.h.


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