#include <CarlaMapSensorPublisher.h>
类 carla::ros2::CarlaMapSensorPublisher 继承关系图:
carla::ros2::CarlaMapSensorPublisher 的协作图:Public 成员函数 | |
| CarlaMapSensorPublisher (CarlaMapSensorPublisher &&) | |
| CarlaMapSensorPublisher (const CarlaMapSensorPublisher &) | |
| CarlaMapSensorPublisher (const char *ros_name="", const char *parent="") | |
| bool | Init () |
| CarlaMapSensorPublisher & | operator= (CarlaMapSensorPublisher &&) |
| CarlaMapSensorPublisher & | operator= (const CarlaMapSensorPublisher &) |
| bool | Publish () |
| void | SetData (const char *data) |
| const char * | type () const override |
| ~CarlaMapSensorPublisher () | |
Public 成员函数 继承自 carla::ros2::CarlaPublisher | |
| 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 |
Private 属性 | |
| std::shared_ptr< CarlaMapSensorPublisherImpl > | _impl |
额外继承的成员函数 | |
Protected 属性 继承自 carla::ros2::CarlaPublisher | |
| std::string | _frame_id = "" |
| std::string | _name = "" |
| std::string | _parent = "" |
在文件 CarlaMapSensorPublisher.h 第 22 行定义.
| carla::ros2::CarlaMapSensorPublisher::CarlaMapSensorPublisher | ( | const char * | ros_name = "", |
| const char * | parent = "" |
||
| ) |
| carla::ros2::CarlaMapSensorPublisher::~CarlaMapSensorPublisher | ( | ) |
在文件 CarlaMapSensorPublisher.cpp 第 180 行定义.
引用了 _impl.
| carla::ros2::CarlaMapSensorPublisher::CarlaMapSensorPublisher | ( | const CarlaMapSensorPublisher & | other | ) |
| carla::ros2::CarlaMapSensorPublisher::CarlaMapSensorPublisher | ( | CarlaMapSensorPublisher && | other | ) |
| bool carla::ros2::CarlaMapSensorPublisher::Init | ( | ) |
| CarlaMapSensorPublisher & carla::ros2::CarlaMapSensorPublisher::operator= | ( | CarlaMapSensorPublisher && | other | ) |
| CarlaMapSensorPublisher & carla::ros2::CarlaMapSensorPublisher::operator= | ( | const CarlaMapSensorPublisher & | other | ) |
| bool carla::ros2::CarlaMapSensorPublisher::Publish | ( | ) |
在文件 CarlaMapSensorPublisher.cpp 第 100 行定义.
引用了 _impl.
| void carla::ros2::CarlaMapSensorPublisher::SetData | ( | const char * | data | ) |
在文件 CarlaMapSensorPublisher.cpp 第 167 行定义.
引用了 _impl.
|
inlineoverridevirtual |
实现了 carla::ros2::CarlaPublisher.
在文件 CarlaMapSensorPublisher.h 第 46 行定义.
|
private |
在文件 CarlaMapSensorPublisher.h 第 51 行定义.
被这些函数引用 CarlaMapSensorPublisher(), Init(), operator=(), Publish(), SetData() , 以及 ~CarlaMapSensorPublisher().