This class represents the structure PoseWithCovariance defined by the user in the IDL file. 更多...
#include <PoseWithCovariance.h>
静态 Public 成员函数 | |
static eProsima_user_DllExport size_t | getCdrSerializedSize (const geometry_msgs::msg::PoseWithCovariance &data, size_t current_alignment=0) |
This function returns the serialized size of a data depending on the buffer alignment. 更多... | |
static eProsima_user_DllExport size_t | getKeyMaxCdrSerializedSize (size_t current_alignment=0) |
This function returns the maximum serialized size of the Key of an object depending on the buffer alignment. 更多... | |
static eProsima_user_DllExport size_t | getMaxCdrSerializedSize (size_t current_alignment=0) |
This function returns the maximum serialized size of an object depending on the buffer alignment. 更多... | |
static eProsima_user_DllExport bool | isKeyDefined () |
This function tells you if the Key has been defined for this type 更多... | |
Private 属性 | |
geometry_msgs::msg::geometry_msgs__PoseWithCovariance__double_array_36 | m_covariance |
geometry_msgs::msg::Pose | m_pose |
This class represents the structure PoseWithCovariance defined by the user in the IDL file.
在文件 PoseWithCovariance.h 第 74 行定义.
geometry_msgs::msg::PoseWithCovariance::PoseWithCovariance | ( | ) |
geometry_msgs::msg::PoseWithCovariance::~PoseWithCovariance | ( | ) |
Default destructor.
在文件 PoseWithCovariance.cpp 第 54 行定义.
geometry_msgs::msg::PoseWithCovariance::PoseWithCovariance | ( | const PoseWithCovariance & | x | ) |
Copy constructor.
x | Reference to the object geometry_msgs::msg::PoseWithCovariance that will be copied. |
在文件 PoseWithCovariance.cpp 第 58 行定义.
引用了 m_covariance , 以及 m_pose.
|
noexcept |
Move constructor.
x | Reference to the object geometry_msgs::msg::PoseWithCovariance that will be copied. |
在文件 PoseWithCovariance.cpp 第 65 行定义.
geometry_msgs::msg::geometry_msgs__PoseWithCovariance__double_array_36 & geometry_msgs::msg::PoseWithCovariance::covariance | ( | ) |
This function returns a reference to member covariance
在文件 PoseWithCovariance.cpp 第 257 行定义.
const geometry_msgs::msg::geometry_msgs__PoseWithCovariance__double_array_36 & geometry_msgs::msg::PoseWithCovariance::covariance | ( | ) | const |
This function returns a constant reference to member covariance
在文件 PoseWithCovariance.cpp 第 248 行定义.
void geometry_msgs::msg::PoseWithCovariance::covariance | ( | const geometry_msgs::msg::geometry_msgs__PoseWithCovariance__double_array_36 & | _covariance | ) |
This function copies the value in member covariance
_covariance | New value to be copied in member covariance |
在文件 PoseWithCovariance.cpp 第 228 行定义.
void geometry_msgs::msg::PoseWithCovariance::covariance | ( | geometry_msgs::msg::geometry_msgs__PoseWithCovariance__double_array_36 && | _covariance | ) |
This function moves the value in member covariance
_covariance | New value to be moved in member covariance |
在文件 PoseWithCovariance.cpp 第 238 行定义.
void geometry_msgs::msg::PoseWithCovariance::deserialize | ( | eprosima::fastcdr::Cdr & | cdr | ) |
This function deserializes an object using CDR serialization.
cdr | CDR serialization object. |
在文件 PoseWithCovariance.cpp 第 180 行定义.
被这些函数引用 geometry_msgs::msg::PoseWithCovariancePubSubType::deserialize().
|
static |
This function returns the serialized size of a data depending on the buffer alignment.
data | Data which is calculated its serialized size. |
current_alignment | Buffer alignment. |
被这些函数引用 nav_msgs::msg::Odometry::getCdrSerializedSize() , 以及 geometry_msgs::msg::PoseWithCovariancePubSubType::getSerializedSizeProvider().
|
static |
This function returns the maximum serialized size of the Key of an object depending on the buffer alignment.
current_alignment | Buffer alignment. |
在文件 PoseWithCovariance.cpp 第 266 行定义.
引用了 current_alignment , 以及 geometry_msgs_msg_PoseWithCovariance_max_key_cdr_typesize.
被这些函数引用 geometry_msgs::msg::PoseWithCovariancePubSubType::getKey() , 以及 geometry_msgs::msg::PoseWithCovariancePubSubType::PoseWithCovariancePubSubType().
|
static |
This function returns the maximum serialized size of an object depending on the buffer alignment.
current_alignment | Buffer alignment. |
被这些函数引用 geometry_msgs::msg::PoseWithCovariancePubSubType::PoseWithCovariancePubSubType().
|
static |
This function tells you if the Key has been defined for this type
在文件 PoseWithCovariance.cpp 第 275 行定义.
被这些函数引用 geometry_msgs::msg::PoseWithCovariancePubSubType::PoseWithCovariancePubSubType().
eProsima_user_DllExport bool geometry_msgs::msg::PoseWithCovariance::operator!= | ( | const PoseWithCovariance & | x | ) | const |
Comparison operator.
x | geometry_msgs::msg::PoseWithCovariance object to compare. |
geometry_msgs::msg::PoseWithCovariance & geometry_msgs::msg::PoseWithCovariance::operator= | ( | const PoseWithCovariance & | x | ) |
Copy assignment.
x | Reference to the object geometry_msgs::msg::PoseWithCovariance that will be copied. |
在文件 PoseWithCovariance.cpp 第 75 行定义.
引用了 m_covariance , 以及 m_pose.
|
noexcept |
Move assignment.
x | Reference to the object geometry_msgs::msg::PoseWithCovariance that will be copied. |
在文件 PoseWithCovariance.cpp 第 84 行定义.
eProsima_user_DllExport bool geometry_msgs::msg::PoseWithCovariance::operator== | ( | const PoseWithCovariance & | x | ) | const |
Comparison operator.
x | geometry_msgs::msg::PoseWithCovariance object to compare. |
geometry_msgs::msg::Pose & geometry_msgs::msg::PoseWithCovariance::pose | ( | ) |
This function returns a reference to member pose
在文件 PoseWithCovariance.cpp 第 220 行定义.
const geometry_msgs::msg::Pose & geometry_msgs::msg::PoseWithCovariance::pose | ( | ) | const |
This function returns a constant reference to member pose
在文件 PoseWithCovariance.cpp 第 211 行定义.
void geometry_msgs::msg::PoseWithCovariance::pose | ( | const geometry_msgs::msg::Pose & | _pose | ) |
This function copies the value in member pose
_pose | New value to be copied in member pose |
在文件 PoseWithCovariance.cpp 第 191 行定义.
void geometry_msgs::msg::PoseWithCovariance::pose | ( | geometry_msgs::msg::Pose && | _pose | ) |
This function moves the value in member pose
_pose | New value to be moved in member pose |
在文件 PoseWithCovariance.cpp 第 201 行定义.
void geometry_msgs::msg::PoseWithCovariance::serialize | ( | eprosima::fastcdr::Cdr & | cdr | ) | const |
This function serializes an object using CDR serialization.
cdr | CDR serialization object. |
在文件 PoseWithCovariance.cpp 第 173 行定义.
被这些函数引用 geometry_msgs::msg::PoseWithCovariancePubSubType::serialize().
void geometry_msgs::msg::PoseWithCovariance::serializeKey | ( | eprosima::fastcdr::Cdr & | cdr | ) | const |
This function serializes the key members of an object using CDR serialization.
cdr | CDR serialization object. |
在文件 PoseWithCovariance.cpp 第 283 行定义.
被这些函数引用 geometry_msgs::msg::PoseWithCovariancePubSubType::getKey().
|
private |
在文件 PoseWithCovariance.h 第 237 行定义.
被这些函数引用 operator=() , 以及 PoseWithCovariance().
|
private |
在文件 PoseWithCovariance.h 第 236 行定义.
被这些函数引用 operator=() , 以及 PoseWithCovariance().