#include <CarlaClockPublisher.h>
Public 成员函数 | |
CarlaClockPublisher (CarlaClockPublisher &&) | |
CarlaClockPublisher (const CarlaClockPublisher &) | |
CarlaClockPublisher (const char *ros_name="", const char *parent="") | |
bool | Init () |
CarlaClockPublisher & | operator= (CarlaClockPublisher &&) |
CarlaClockPublisher & | operator= (const CarlaClockPublisher &) |
bool | Publish () |
void | SetData (int32_t sec, uint32_t nanosec) |
const char * | type () const override |
~CarlaClockPublisher () | |
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< CarlaClockPublisherImpl > | _impl |
额外继承的成员函数 | |
Protected 属性 继承自 carla::ros2::CarlaPublisher | |
std::string | _frame_id = "" |
std::string | _name = "" |
std::string | _parent = "" |
在文件 CarlaClockPublisher.h 第 18 行定义.
carla::ros2::CarlaClockPublisher::CarlaClockPublisher | ( | const char * | ros_name = "", |
const char * | parent = "" ) |
carla::ros2::CarlaClockPublisher::~CarlaClockPublisher | ( | ) |
在文件 CarlaClockPublisher.cpp 第 156 行定义.
引用了 _impl.
carla::ros2::CarlaClockPublisher::CarlaClockPublisher | ( | const CarlaClockPublisher & | other | ) |
carla::ros2::CarlaClockPublisher::CarlaClockPublisher | ( | CarlaClockPublisher && | other | ) |
bool carla::ros2::CarlaClockPublisher::Init | ( | ) |
在文件 CarlaClockPublisher.cpp 第 42 行定义.
引用了 carla::ros2::CarlaPublisher::_frame_id, _impl , 以及 carla::ros2::CarlaPublisher::_name.
CarlaClockPublisher & carla::ros2::CarlaClockPublisher::operator= | ( | CarlaClockPublisher && | other | ) |
CarlaClockPublisher & carla::ros2::CarlaClockPublisher::operator= | ( | const CarlaClockPublisher & | other | ) |
bool carla::ros2::CarlaClockPublisher::Publish | ( | ) |
在文件 CarlaClockPublisher.cpp 第 83 行定义.
引用了 _impl.
void carla::ros2::CarlaClockPublisher::SetData | ( | int32_t | sec, |
uint32_t | nanosec ) |
在文件 CarlaClockPublisher.cpp 第 145 行定义.
引用了 _impl.
|
inlineoverridevirtual |
实现了 carla::ros2::CarlaPublisher.
在文件 CarlaClockPublisher.h 第 30 行定义.
|
private |
在文件 CarlaClockPublisher.h 第 33 行定义.
被这些函数引用 CarlaClockPublisher(), CarlaClockPublisher(), Init(), operator=(), operator=(), Publish(), SetData() , 以及 ~CarlaClockPublisher().