CARLA
 
载入中...
搜索中...
未找到
Public 成员函数 | Private 属性 | 所有成员列表
carla::ros2::CarlaIMUPublisher类 参考

#include <CarlaIMUPublisher.h>

+ 类 carla::ros2::CarlaIMUPublisher 继承关系图:
+ carla::ros2::CarlaIMUPublisher 的协作图:

Public 成员函数

 CarlaIMUPublisher (CarlaIMUPublisher &&)
 
 CarlaIMUPublisher (const CarlaIMUPublisher &)
 
 CarlaIMUPublisher (const char *ros_name="", const char *parent="")
 
bool Init ()
 
CarlaIMUPublisheroperator= (CarlaIMUPublisher &&)
 
CarlaIMUPublisheroperator= (const CarlaIMUPublisher &)
 
bool Publish ()
 
void SetData (int32_t seconds, uint32_t nanoseconds, float *accelerometer, float *gyroscope, float compass)
 
const char * type () const override
 
 ~CarlaIMUPublisher ()
 
- 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< CarlaIMUPublisherImpl_impl
 

额外继承的成员函数

- Protected 属性 继承自 carla::ros2::CarlaPublisher
std::string _frame_id = ""
 
std::string _name = ""
 
std::string _parent = ""
 

详细描述

在文件 CarlaIMUPublisher.h17 行定义.

构造及析构函数说明

◆ CarlaIMUPublisher() [1/3]

carla::ros2::CarlaIMUPublisher::CarlaIMUPublisher ( const char * ros_name = "",
const char * parent = "" )

在文件 CarlaIMUPublisher.cpp199 行定义.

引用了 carla::ros2::CarlaPublisher::_name, carla::ros2::CarlaPublisher::_parent , 以及 carla::ros2::CarlaPublisher::parent().

+ 函数调用图:

◆ ~CarlaIMUPublisher()

carla::ros2::CarlaIMUPublisher::~CarlaIMUPublisher ( )

在文件 CarlaIMUPublisher.cpp205 行定义.

引用了 _impl.

◆ CarlaIMUPublisher() [2/3]

carla::ros2::CarlaIMUPublisher::CarlaIMUPublisher ( const CarlaIMUPublisher & other)

◆ CarlaIMUPublisher() [3/3]

carla::ros2::CarlaIMUPublisher::CarlaIMUPublisher ( CarlaIMUPublisher && other)

成员函数说明

◆ Init()

bool carla::ros2::CarlaIMUPublisher::Init ( )

◆ operator=() [1/2]

CarlaIMUPublisher & carla::ros2::CarlaIMUPublisher::operator= ( CarlaIMUPublisher && other)

◆ operator=() [2/2]

CarlaIMUPublisher & carla::ros2::CarlaIMUPublisher::operator= ( const CarlaIMUPublisher & other)

◆ Publish()

bool carla::ros2::CarlaIMUPublisher::Publish ( )

在文件 CarlaIMUPublisher.cpp89 行定义.

引用了 _impl.

◆ SetData()

void carla::ros2::CarlaIMUPublisher::SetData ( int32_t seconds,
uint32_t nanoseconds,
float * accelerometer,
float * gyroscope,
float compass )

◆ type()

const char * carla::ros2::CarlaIMUPublisher::type ( ) const
inlineoverridevirtual

实现了 carla::ros2::CarlaPublisher.

在文件 CarlaIMUPublisher.h29 行定义.

类成员变量说明

◆ _impl

std::shared_ptr<CarlaIMUPublisherImpl> carla::ros2::CarlaIMUPublisher::_impl
private

该类的文档由以下文件生成: