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

#include <Command.h>

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

Public Member Functions

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

Public Attributes

ActorId actor
 
geom::Transform transform
 

Detailed Description

Definition at line 117 of file Command.h.

Constructor & Destructor Documentation

◆ ApplyTransform() [1/2]

carla::rpc::Command::ApplyTransform::ApplyTransform ( )
default

◆ ApplyTransform() [2/2]

carla::rpc::Command::ApplyTransform::ApplyTransform ( ActorId  id,
const geom::Transform value 
)
inline

Definition at line 119 of file Command.h.

Member Function Documentation

◆ MSGPACK_DEFINE_ARRAY()

carla::rpc::Command::ApplyTransform::MSGPACK_DEFINE_ARRAY ( actor  ,
transform   
)

Member Data Documentation

◆ actor

ActorId carla::rpc::Command::ApplyTransform::actor

Definition at line 122 of file Command.h.

◆ transform

geom::Transform carla::rpc::Command::ApplyTransform::transform

Definition at line 123 of file Command.h.


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