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

#include <Command.h>

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

Public Member Functions

 MSGPACK_DEFINE_ARRAY (actor, enabled)
 
 SetAutopilot ()=default
 
 SetAutopilot (ActorId id, bool value, uint16_t tm_port)
 
- Public Member Functions inherited from carla::rpc::Command::CommandBase< SetAutopilot >
 operator Command () const
 

Public Attributes

ActorId actor
 
bool enabled
 
uint16_t tm_port
 

Detailed Description

Definition at line 226 of file Command.h.

Constructor & Destructor Documentation

◆ SetAutopilot() [1/2]

carla::rpc::Command::SetAutopilot::SetAutopilot ( )
default

◆ SetAutopilot() [2/2]

carla::rpc::Command::SetAutopilot::SetAutopilot ( ActorId  id,
bool  value,
uint16_t  tm_port 
)
inline

Definition at line 228 of file Command.h.

Member Function Documentation

◆ MSGPACK_DEFINE_ARRAY()

carla::rpc::Command::SetAutopilot::MSGPACK_DEFINE_ARRAY ( actor  ,
enabled   
)

Member Data Documentation

◆ actor

ActorId carla::rpc::Command::SetAutopilot::actor

Definition at line 235 of file Command.h.

◆ enabled

bool carla::rpc::Command::SetAutopilot::enabled

Definition at line 236 of file Command.h.

◆ tm_port

uint16_t carla::rpc::Command::SetAutopilot::tm_port

Definition at line 237 of file Command.h.


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