6 #define _GLIBCXX_USE_CXX11_ABI 0    16   struct CarlaNormalsCameraPublisherImpl;
    17   struct CarlaCameraInfoPublisherImpl;
    29       void InitInfoData(uint32_t x_offset, uint32_t y_offset, uint32_t height, uint32_t width, 
float fov, 
bool do_rectify);
    33       void SetImageData(int32_t seconds, uint32_t nanoseconds, 
size_t height, 
size_t width, 
const uint8_t* data);
    36       const char* 
type()
 const override { 
return "normals camera"; }
    44       void SetInfoRegionOfInterest( uint32_t x_offset, uint32_t y_offset, uint32_t height, uint32_t width, 
bool do_rectify);
    45       void SetData(int32_t seconds, uint32_t nanoseconds, 
size_t height, 
size_t width, std::vector<uint8_t>&& data);
    48       std::shared_ptr<CarlaNormalsCameraPublisherImpl> 
_impl;
    49       std::shared_ptr<CarlaCameraInfoPublisherImpl> 
_impl_info;
 std::shared_ptr< CarlaNormalsCameraPublisherImpl > _impl
 
void SetImageData(int32_t seconds, uint32_t nanoseconds, size_t height, size_t width, const uint8_t *data)
 
CarlaNormalsCameraPublisher & operator=(const CarlaNormalsCameraPublisher &)
 
void SetInfoRegionOfInterest(uint32_t x_offset, uint32_t y_offset, uint32_t height, uint32_t width, bool do_rectify)
 
const char * type() const override
 
This file contains definitions of common data structures used in traffic manager. ...
 
bool HasBeenInitialized() const
 
CarlaNormalsCameraPublisher(const char *ros_name="", const char *parent="")
 
void SetData(int32_t seconds, uint32_t nanoseconds, size_t height, size_t width, std::vector< uint8_t > &&data)
 
std::shared_ptr< CarlaCameraInfoPublisherImpl > _impl_info
 
const std::string & parent() const
 
~CarlaNormalsCameraPublisher()
 
void InitInfoData(uint32_t x_offset, uint32_t y_offset, uint32_t height, uint32_t width, float fov, bool do_rectify)
 
void SetCameraInfoData(int32_t seconds, uint32_t nanoseconds)