21#ifndef _FAST_DDS_GENERATED_GEOMETRY_MSGS_MSG_POSE_H_
22#define _FAST_DDS_GENERATED_GEOMETRY_MSGS_MSG_POSE_H_
27#include <fastrtps/utils/fixed_size_string.hpp>
38#if defined(EPROSIMA_USER_DLL_EXPORT)
39#define eProsima_user_DllExport __declspec( dllexport )
41#define eProsima_user_DllExport
44#define eProsima_user_DllExport
49#if defined(EPROSIMA_USER_DLL_EXPORT)
50#if defined(Pose_SOURCE)
51#define Pose_DllAPI __declspec( dllexport )
53#define Pose_DllAPI __declspec( dllimport )
121 const Pose& x)
const;
128 const Pose& x)
const;
206 eprosima::fastcdr::Cdr& cdr)
const;
213 eprosima::fastcdr::Cdr& cdr);
233 eprosima::fastcdr::Cdr& cdr)
const;
#define eProsima_user_DllExport
This class represents the structure Point defined by the user in the IDL file.
eProsima_user_DllExport Pose()
默认构造函数。
static eProsima_user_DllExport bool isKeyDefined()
告诉您是否为此类型定义了键。
eProsima_user_DllExport void deserialize(eprosima::fastcdr::Cdr &cdr)
使用CDR序列化对对象进行反序列化。
eProsima_user_DllExport const geometry_msgs::msg::Quaternion & orientation() const
返回成员orientation的常量引用。
static eProsima_user_DllExport size_t getMaxCdrSerializedSize(size_t current_alignment=0)
返回对象的最大序列化大小,取决于缓冲区对齐。
geometry_msgs::msg::Point m_position
eProsima_user_DllExport void serializeKey(eprosima::fastcdr::Cdr &cdr) const
使用CDR序列化序列化对象的键成员。
eProsima_user_DllExport bool operator!=(const Pose &x) const
比较运算符。
eProsima_user_DllExport ~Pose()
默认析构函数。
static eProsima_user_DllExport size_t getCdrSerializedSize(const geometry_msgs::msg::Pose &data, size_t current_alignment=0)
返回数据的序列化大小,取决于缓冲区对齐。
static eProsima_user_DllExport size_t getKeyMaxCdrSerializedSize(size_t current_alignment=0)
返回对象键的最大序列化大小,取决于缓冲区对齐。
geometry_msgs::msg::Quaternion m_orientation
eProsima_user_DllExport bool operator==(const Pose &x) const
比较运算符。
eProsima_user_DllExport Pose & operator=(const Pose &x)
拷贝赋值运算符。
eProsima_user_DllExport const geometry_msgs::msg::Point & position() const
返回成员position的常量引用。
eProsima_user_DllExport void serialize(eprosima::fastcdr::Cdr &cdr) const
使用CDR序列化对对象进行序列化。
This class represents the structure Quaternion defined by the user in the IDL file.