#include <Command.h>
Public Member Functions | |
ApplyVehicleControl ()=default | |
ApplyVehicleControl (ActorId id, const VehicleControl &value) | |
MSGPACK_DEFINE_ARRAY (actor, control) | |
Public Member Functions inherited from carla::rpc::Command::CommandBase< ApplyVehicleControl > | |
operator Command () const | |
Public Attributes | |
ActorId | actor |
VehicleControl | control |
|
default |
|
inline |
ActorId carla::rpc::Command::ApplyVehicleControl::actor |
Definition at line 82 of file Command.h.
Referenced by carla::traffic_manager::VehicleLightStage::Update().
VehicleControl carla::rpc::Command::ApplyVehicleControl::control |
Definition at line 83 of file Command.h.
Referenced by carla::traffic_manager::VehicleLightStage::Update().