CARLA
Classes | Namespaces | Macros
LibCarla/source/carla/rpc/VehicleLightState.h File Reference
#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)
 

Macro Definition Documentation

◆ 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)