#include "carla/MsgPack.h"
Include dependency graph for LibCarla/source/carla/rpc/VehicleLightState.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | carla::rpc::VehicleLightState |
| Defines the physical appearance of a vehicle whitch is obtained by the sensors. More... | |
Namespaces | |
| carla | |
| This file contains definitions of common data structures used in traffic manager. | |
| carla::rpc | |
Macros | |
| #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) |
Definition at line 22 of file LibCarla/source/carla/rpc/VehicleLightState.h.
Referenced by carla::rpc::VehicleLightState::VehicleLightState().
| #define SET_FLAG | ( | flag, | |
| value | |||
| ) | flag |= static_cast<flag_type>(value) |
Definition at line 20 of file LibCarla/source/carla/rpc/VehicleLightState.h.
Referenced by carla::rpc::VehicleLightState::VehicleLightState().
1.8.13