This class represents the structure Point defined by the user in the IDL file. 更多...
#include <Point.h>
geometry_msgs::msg::Point 的协作图:Public 成员函数 | |
| eProsima_user_DllExport void | deserialize (eprosima::fastcdr::Cdr &cdr) |
| This function deserializes an object using CDR serialization. 更多... | |
| eProsima_user_DllExport bool | operator!= (const Point &x) const |
| Comparison operator. 更多... | |
| eProsima_user_DllExport Point & | operator= (const Point &x) |
| Copy assignment. 更多... | |
| eProsima_user_DllExport Point & | operator= (Point &&x) noexcept |
| Move assignment. 更多... | |
| eProsima_user_DllExport bool | operator== (const Point &x) const |
| Comparison operator. 更多... | |
| eProsima_user_DllExport | Point () |
| Default constructor. 更多... | |
| eProsima_user_DllExport | Point (const Point &x) |
| Copy constructor. 更多... | |
| eProsima_user_DllExport | Point (Point &&x) noexcept |
| Move constructor. 更多... | |
| eProsima_user_DllExport void | serialize (eprosima::fastcdr::Cdr &cdr) const |
| This function serializes an object using CDR serialization. 更多... | |
| eProsima_user_DllExport void | serializeKey (eprosima::fastcdr::Cdr &cdr) const |
| This function serializes the key members of an object using CDR serialization. 更多... | |
| eProsima_user_DllExport double & | x () |
| This function returns a reference to member x 更多... | |
| eProsima_user_DllExport double | x () const |
| This function returns the value of member x 更多... | |
| eProsima_user_DllExport void | x (double _x) |
| This function sets a value in member x 更多... | |
| eProsima_user_DllExport double & | y () |
| This function returns a reference to member y 更多... | |
| eProsima_user_DllExport double | y () const |
| This function returns the value of member y 更多... | |
| eProsima_user_DllExport void | y (double _y) |
| This function sets a value in member y 更多... | |
| eProsima_user_DllExport double & | z () |
| This function returns a reference to member z 更多... | |
| eProsima_user_DllExport double | z () const |
| This function returns the value of member z 更多... | |
| eProsima_user_DllExport void | z (double _z) |
| This function sets a value in member z 更多... | |
| eProsima_user_DllExport | ~Point () |
| Default destructor. 更多... | |
静态 Public 成员函数 | |
| static eProsima_user_DllExport size_t | getCdrSerializedSize (const geometry_msgs::msg::Point &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 属性 | |
| double | m_x |
| double | m_y |
| double | m_z |
This class represents the structure Point defined by the user in the IDL file.
| geometry_msgs::msg::Point::Point | ( | ) |
| geometry_msgs::msg::Point::Point | ( | const Point & | x | ) |
|
noexcept |
Move constructor.
| x | Reference to the object geometry_msgs::msg::Point that will be copied. |
| void geometry_msgs::msg::Point::deserialize | ( | eprosima::fastcdr::Cdr & | cdr | ) |
This function deserializes an object using CDR serialization.
| cdr | CDR serialization object. |
被这些函数引用 geometry_msgs::msg::PointPubSubType::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. |
引用了 current_alignment , 以及 initial_alignment.
被这些函数引用 geometry_msgs::msg::Pose::getCdrSerializedSize() , 以及 geometry_msgs::msg::PointPubSubType::getSerializedSizeProvider().
这是这个函数的调用关系图:This function returns the maximum serialized size of the Key of an object depending on the buffer alignment.
| current_alignment | Buffer alignment. |
引用了 current_alignment , 以及 geometry_msgs_msg_Point_max_key_cdr_typesize.
被这些函数引用 geometry_msgs::msg::PointPubSubType::getKey() , 以及 geometry_msgs::msg::PointPubSubType::PointPubSubType().
这是这个函数的调用关系图:This function returns the maximum serialized size of an object depending on the buffer alignment.
| current_alignment | Buffer alignment. |
引用了 current_alignment , 以及 geometry_msgs_msg_Point_max_cdr_typesize.
被这些函数引用 geometry_msgs::msg::PointPubSubType::PointPubSubType().
这是这个函数的调用关系图:
|
static |
This function tells you if the Key has been defined for this type
被这些函数引用 geometry_msgs::msg::PointPubSubType::PointPubSubType().
这是这个函数的调用关系图:| bool geometry_msgs::msg::Point::operator!= | ( | const Point & | x | ) | const |
| geometry_msgs::msg::Point & geometry_msgs::msg::Point::operator= | ( | const Point & | x | ) |
|
noexcept |
Move assignment.
| x | Reference to the object geometry_msgs::msg::Point that will be copied. |
引用了 m_x.
| bool geometry_msgs::msg::Point::operator== | ( | const Point & | x | ) | const |
| void geometry_msgs::msg::Point::serialize | ( | eprosima::fastcdr::Cdr & | cdr | ) | const |
This function serializes an object using CDR serialization.
| cdr | CDR serialization object. |
被这些函数引用 geometry_msgs::msg::PointPubSubType::serialize().
这是这个函数的调用关系图:| void geometry_msgs::msg::Point::serializeKey | ( | eprosima::fastcdr::Cdr & | cdr | ) | const |
This function serializes the key members of an object using CDR serialization.
| cdr | CDR serialization object. |
被这些函数引用 geometry_msgs::msg::PointPubSubType::getKey().
这是这个函数的调用关系图:| double & geometry_msgs::msg::Point::x | ( | ) |
| double geometry_msgs::msg::Point::x | ( | ) | const |
| void geometry_msgs::msg::Point::x | ( | double | _x | ) |
| double & geometry_msgs::msg::Point::y | ( | ) |
| double geometry_msgs::msg::Point::y | ( | ) | const |
| void geometry_msgs::msg::Point::y | ( | double | _y | ) |
| double & geometry_msgs::msg::Point::z | ( | ) |
| double geometry_msgs::msg::Point::z | ( | ) | const |
| void geometry_msgs::msg::Point::z | ( | double | _z | ) |
|
private |
被这些函数引用 operator=(), operator==() , 以及 Point().
|
private |
被这些函数引用 operator=(), operator==() , 以及 Point().
|
private |
被这些函数引用 operator=(), operator==() , 以及 Point().