#include "carla/MsgPack.h"
#include <compiler/enable-ue4-macros.h>
#include "Carla/Vehicle/VehicleLightState.h"
#include <compiler/disable-ue4-macros.h>
类 | |
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) |
#define FLAG_ENABLED | ( | flag, | |
value ) flag & static_cast<flag_type>(value) |
#define SET_FLAG | ( | flag, | |
value ) flag |= static_cast<flag_type>(value) |