CARLA
 
载入中...
搜索中...
未找到
Public 成员函数 | Public 属性 | 所有成员列表
carla::rpc::Command::ApplyVehicleControl结构体 参考

#include <Command.h>

+ 类 carla::rpc::Command::ApplyVehicleControl 继承关系图:
+ carla::rpc::Command::ApplyVehicleControl 的协作图:

Public 成员函数

 ApplyVehicleControl ()=default
 
 ApplyVehicleControl (ActorId id, const VehicleControl &value)
 
 MSGPACK_DEFINE_ARRAY (actor, control)
 
- Public 成员函数 继承自 carla::rpc::Command::CommandBase< ApplyVehicleControl >
 operator Command () const
 

Public 属性

ActorId actor
 
VehicleControl control
 

详细描述

在文件 Command.h88 行定义.

构造及析构函数说明

◆ ApplyVehicleControl() [1/2]

carla::rpc::Command::ApplyVehicleControl::ApplyVehicleControl ( )
default

◆ ApplyVehicleControl() [2/2]

carla::rpc::Command::ApplyVehicleControl::ApplyVehicleControl ( ActorId id,
const VehicleControl & value )
inline

在文件 Command.h90 行定义.

成员函数说明

◆ MSGPACK_DEFINE_ARRAY()

carla::rpc::Command::ApplyVehicleControl::MSGPACK_DEFINE_ARRAY ( actor ,
control  )

类成员变量说明

◆ actor

ActorId carla::rpc::Command::ApplyVehicleControl::actor

在文件 Command.h93 行定义.

被这些函数引用 carla::traffic_manager::VehicleLightStage::Update().

◆ control

VehicleControl carla::rpc::Command::ApplyVehicleControl::control

在文件 Command.h94 行定义.

被这些函数引用 carla::traffic_manager::VehicleLightStage::Update().


该结构体的文档由以下文件生成: