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

#include <Command.h>

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

Public Member Functions

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

Public Attributes

ActorId actor
 
WalkerControl control
 

Detailed Description

Definition at line 97 of file Command.h.

Constructor & Destructor Documentation

◆ ApplyWalkerControl() [1/2]

carla::rpc::Command::ApplyWalkerControl::ApplyWalkerControl ( )
default

◆ ApplyWalkerControl() [2/2]

carla::rpc::Command::ApplyWalkerControl::ApplyWalkerControl ( ActorId  id,
const WalkerControl value 
)
inline

Definition at line 99 of file Command.h.

Member Function Documentation

◆ MSGPACK_DEFINE_ARRAY()

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

Member Data Documentation

◆ actor

ActorId carla::rpc::Command::ApplyWalkerControl::actor

Definition at line 102 of file Command.h.

◆ control

WalkerControl carla::rpc::Command::ApplyWalkerControl::control

Definition at line 103 of file Command.h.


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