#include "carla/rpc/ActorId.h"
#include "carla/rpc/VehicleLightState.h"
#include <cstdint>
#include <vector>
Go to the source code of this file.
Namespaces | |
carla | |
This file contains definitions of common data structures used in traffic manager. | |
carla::rpc | |
Typedefs | |
using | carla::rpc::VehicleLightStateList = std::vector< std::pair< ActorId, VehicleLightState::flag_type > > |