#include <CarlaMapSensorPublisher.h>
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 | ~CarlaPublisher ()=default |
Private 属性 | |
std::shared_ptr< CarlaMapSensorPublisherImpl > | _impl |
额外继承的成员函数 | |
Protected 属性 继承自 carla::ros2::CarlaPublisher | |
std::string | _frame_id = "" |
std::string | _name = "" |
std::string | _parent = "" |
在文件 CarlaMapSensorPublisher.h 第 17 行定义.
carla::ros2::CarlaMapSensorPublisher::CarlaMapSensorPublisher | ( | const char * | ros_name = "", |
const char * | parent = "" ) |
carla::ros2::CarlaMapSensorPublisher::~CarlaMapSensorPublisher | ( | ) |
在文件 CarlaMapSensorPublisher.cpp 第 161 行定义.
引用了 _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 第 89 行定义.
引用了 _impl.
void carla::ros2::CarlaMapSensorPublisher::SetData | ( | const char * | data | ) |
在文件 CarlaMapSensorPublisher.cpp 第 151 行定义.
引用了 _impl.
|
inlineoverridevirtual |
实现了 carla::ros2::CarlaPublisher.
在文件 CarlaMapSensorPublisher.h 第 29 行定义.
|
private |
在文件 CarlaMapSensorPublisher.h 第 32 行定义.
被这些函数引用 CarlaMapSensorPublisher(), CarlaMapSensorPublisher(), Init(), operator=(), operator=(), Publish(), SetData() , 以及 ~CarlaMapSensorPublisher().