#include <CarlaRGBCameraPublisher.h>
|
| | CarlaRGBCameraPublisher (CarlaRGBCameraPublisher &&) |
| |
| | CarlaRGBCameraPublisher (const CarlaRGBCameraPublisher &) |
| |
| | CarlaRGBCameraPublisher (const char *ros_name="", const char *parent="") |
| |
| bool | HasBeenInitialized () const |
| |
| bool | Init () |
| |
| void | InitInfoData (uint32_t x_offset, uint32_t y_offset, uint32_t height, uint32_t width, float fov, bool do_rectify) |
| |
| 移动赋值运算符重载函数,类似移动构造函数的作用,不过是用于赋值操作时高效地转移资源所有权 CarlaRGBCameraPublisher & | operator= (CarlaRGBCameraPublisher &&) |
| |
| bool | Publish () |
| |
| void | SetCameraInfoData (int32_t seconds, uint32_t nanoseconds) |
| |
| void | SetImageData (int32_t seconds, uint32_t nanoseconds, uint32_t height, uint32_t width, const uint8_t *data) |
| |
| const char * | type () const override |
| |
| | ~CarlaRGBCameraPublisher () |
| |
| | CarlaPublisher ()=default |
| |
| const std::string & | frame_id () const |
| |
| void | frame_id (std::string &&frame_id) |
| |
| const std::string & | name () const |
| |
| void | name (std::string &&name) |
| |
| const std::string & | parent () const |
| |
| void | parent (std::string &&parent) |
| |
| virtual const char * | type () const =0 |
| |
| virtual | ~CarlaPublisher ()=default |
| |
◆ CarlaRGBCameraPublisher() [1/3]
| carla::ros2::CarlaRGBCameraPublisher::CarlaRGBCameraPublisher |
( |
const char * |
ros_name = "", |
|
|
const char * |
parent = "" |
|
) |
| |
◆ ~CarlaRGBCameraPublisher()
| carla::ros2::CarlaRGBCameraPublisher::~CarlaRGBCameraPublisher |
( |
| ) |
|
◆ CarlaRGBCameraPublisher() [2/3]
◆ CarlaRGBCameraPublisher() [3/3]
◆ HasBeenInitialized()
| bool carla::ros2::CarlaRGBCameraPublisher::HasBeenInitialized |
( |
| ) |
const |
◆ Init()
| bool carla::ros2::CarlaRGBCameraPublisher::Init |
( |
| ) |
|
◆ InitImage()
| bool carla::ros2::CarlaRGBCameraPublisher::InitImage |
( |
| ) |
|
|
private |
◆ InitInfo()
| bool carla::ros2::CarlaRGBCameraPublisher::InitInfo |
( |
| ) |
|
|
private |
◆ InitInfoData()
| void carla::ros2::CarlaRGBCameraPublisher::InitInfoData |
( |
uint32_t |
x_offset, |
|
|
uint32_t |
y_offset, |
|
|
uint32_t |
height, |
|
|
uint32_t |
width, |
|
|
float |
fov, |
|
|
bool |
do_rectify |
|
) |
| |
◆ operator=()
◆ Publish()
| bool carla::ros2::CarlaRGBCameraPublisher::Publish |
( |
| ) |
|
◆ PublishImage()
| bool carla::ros2::CarlaRGBCameraPublisher::PublishImage |
( |
| ) |
|
|
private |
◆ PublishInfo()
| bool carla::ros2::CarlaRGBCameraPublisher::PublishInfo |
( |
| ) |
|
|
private |
◆ SetCameraInfoData()
| void carla::ros2::CarlaRGBCameraPublisher::SetCameraInfoData |
( |
int32_t |
seconds, |
|
|
uint32_t |
nanoseconds |
|
) |
| |
◆ SetImageData() [1/2]
| void carla::ros2::CarlaRGBCameraPublisher::SetImageData |
( |
int32_t |
seconds, |
|
|
uint32_t |
nanoseconds, |
|
|
uint32_t |
height, |
|
|
uint32_t |
width, |
|
|
const uint8_t * |
data |
|
) |
| |
◆ SetImageData() [2/2]
| void carla::ros2::CarlaRGBCameraPublisher::SetImageData |
( |
int32_t |
seconds, |
|
|
uint32_t |
nanoseconds, |
|
|
uint32_t |
height, |
|
|
uint32_t |
width, |
|
|
std::vector< uint8_t > && |
data |
|
) |
| |
|
private |
◆ SetInfoRegionOfInterest()
| void carla::ros2::CarlaRGBCameraPublisher::SetInfoRegionOfInterest |
( |
uint32_t |
x_offset, |
|
|
uint32_t |
y_offset, |
|
|
uint32_t |
height, |
|
|
uint32_t |
width, |
|
|
bool |
do_rectify |
|
) |
| |
|
private |
◆ type()
| const char * carla::ros2::CarlaRGBCameraPublisher::type |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ _impl
◆ _impl_info
该类的文档由以下文件生成: