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

#include <Command.h>

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

Public Member Functions

 MSGPACK_DEFINE_ARRAY (actor, light_state)
 
 SetVehicleLightState ()=default
 
 SetVehicleLightState (ActorId id, VehicleLightState::flag_type value)
 
- Public Member Functions inherited from carla::rpc::Command::CommandBase< SetVehicleLightState >
 operator Command () const
 

Public Attributes

ActorId actor
 
VehicleLightState::flag_type light_state
 

Detailed Description

Definition at line 253 of file Command.h.

Constructor & Destructor Documentation

◆ SetVehicleLightState() [1/2]

carla::rpc::Command::SetVehicleLightState::SetVehicleLightState ( )
default

◆ SetVehicleLightState() [2/2]

carla::rpc::Command::SetVehicleLightState::SetVehicleLightState ( ActorId  id,
VehicleLightState::flag_type  value 
)
inline

Definition at line 255 of file Command.h.

Member Function Documentation

◆ MSGPACK_DEFINE_ARRAY()

carla::rpc::Command::SetVehicleLightState::MSGPACK_DEFINE_ARRAY ( actor  ,
light_state   
)

Member Data Documentation

◆ actor

ActorId carla::rpc::Command::SetVehicleLightState::actor

Definition at line 260 of file Command.h.

◆ light_state

VehicleLightState::flag_type carla::rpc::Command::SetVehicleLightState::light_state

Definition at line 261 of file Command.h.


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