CARLA
CarlaSubscriberListener.h
Go to the documentation of this file.
1 // Copyright (c) 2022 Computer Vision Center (CVC) at the Universitat Autonoma de Barcelona (UAB).
2 // This work is licensed under the terms of the MIT license.
3 // For a copy, see <https://opensource.org/licenses/MIT>.
4 
5 #pragma once
6 #define _GLIBCXX_USE_CXX11_ABI 0
7 
8 #include <memory>
9 
10 namespace carla {
11 namespace ros2 {
12 
13  class CarlaSubscriberListenerImpl;
14  class CarlaEgoVehicleControlSubscriber;
15 
17  public:
24 
26 
27  std::unique_ptr<CarlaSubscriberListenerImpl> _impl;
28  };
29 }
30 }
This file contains definitions of common data structures used in traffic manager. ...
Definition: Carla.cpp:133
std::unique_ptr< CarlaSubscriberListenerImpl > _impl
void SetOwner(CarlaEgoVehicleControlSubscriber *owner)
CarlaSubscriberListener(CarlaEgoVehicleControlSubscriber *owner)
CarlaSubscriberListener & operator=(const CarlaSubscriberListener &)=delete