CARLA
 
载入中...
搜索中...
未找到
命名空间 | 枚举 | 函数
VehicleWheels.h 文件参考
#include "carla/MsgPack.h"
#include "carla/MsgPackAdaptors.h"
+ VehicleWheels.h 的引用(Include)关系图:
+ 此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

命名空间

namespace  carla
 This file contains definitions of common data structures used in traffic manager.
 
namespace  carla::rpc
 

枚举

enum class  carla::rpc::VehicleWheelLocation : uint8_t {
  carla::rpc::FL_Wheel = 0 , carla::rpc::FR_Wheel = 1 , carla::rpc::BL_Wheel = 2 , carla::rpc::BR_Wheel = 3 ,
  carla::rpc::Front_Wheel = 0 , carla::rpc::Back_Wheel = 1
}
 

函数

 MSGPACK_ADD_ENUM (carla::rpc::VehicleWheelLocation)
 

函数说明

◆ MSGPACK_ADD_ENUM()

MSGPACK_ADD_ENUM ( carla::rpc::VehicleWheelLocation )