CARLA
 
载入中...
搜索中...
未找到
| 命名空间 | 宏定义
VehicleLightState.h 文件参考
#include "carla/MsgPack.h"
#include <compiler/enable-ue4-macros.h>
#include "Carla/Vehicle/VehicleLightState.h"
#include <compiler/disable-ue4-macros.h>
+ LibCarla/source/carla/rpc/VehicleLightState.h 的引用(Include)关系图:
+ 此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

class  carla::rpc::VehicleLightState
 Defines the physical appearance of a vehicle whitch is obtained by the sensors. 更多...
 

命名空间

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

宏定义

#define FLAG_ENABLED(flag, value)   flag & static_cast<flag_type>(value)
 
#define SET_FLAG(flag, value)   flag |= static_cast<flag_type>(value)
 

宏定义说明

◆ FLAG_ENABLED

#define FLAG_ENABLED ( flag,
value )   flag & static_cast<flag_type>(value)

◆ SET_FLAG

#define SET_FLAG ( flag,
value )   flag |= static_cast<flag_type>(value)