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

#include <Command.h>

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

Public Member Functions

 ApplyLocation ()=default
 
 ApplyLocation (ActorId id, const geom::Location &value)
 
 MSGPACK_DEFINE_ARRAY (actor, location)
 
- Public Member Functions inherited from carla::rpc::Command::CommandBase< ApplyLocation >
 operator Command () const
 

Public Attributes

ActorId actor
 
geom::Location location
 

Detailed Description

Definition at line 127 of file Command.h.

Constructor & Destructor Documentation

◆ ApplyLocation() [1/2]

carla::rpc::Command::ApplyLocation::ApplyLocation ( )
default

◆ ApplyLocation() [2/2]

carla::rpc::Command::ApplyLocation::ApplyLocation ( ActorId  id,
const geom::Location value 
)
inline

Definition at line 129 of file Command.h.

Member Function Documentation

◆ MSGPACK_DEFINE_ARRAY()

carla::rpc::Command::ApplyLocation::MSGPACK_DEFINE_ARRAY ( actor  ,
location   
)

Member Data Documentation

◆ actor

ActorId carla::rpc::Command::ApplyLocation::actor

Definition at line 132 of file Command.h.

◆ location

geom::Location carla::rpc::Command::ApplyLocation::location

Definition at line 133 of file Command.h.


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