22#ifndef _FAST_DDS_GENERATED_GEOMETRY_MSGS_MSG_POSE_H_
23#define _FAST_DDS_GENERATED_GEOMETRY_MSGS_MSG_POSE_H_
28#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
48#if defined(EPROSIMA_USER_DLL_EXPORT)
49#if defined(Pose_SOURCE)
50#define Pose_DllAPI __declspec( dllexport )
52#define Pose_DllAPI __declspec( dllimport )
120 const Pose& x)
const;
127 const Pose& x)
const;
187 size_t current_alignment = 0);
197 size_t current_alignment = 0);
204 eprosima::fastcdr::Cdr& cdr)
const;
211 eprosima::fastcdr::Cdr& cdr);
220 size_t current_alignment = 0);
232 eprosima::fastcdr::Cdr& cdr)
const;
#define eProsima_user_DllExport
This class represents the structure Point defined by the user in the IDL file.
This class represents the structure Pose defined by the user in the IDL file.
eProsima_user_DllExport Pose()
Default constructor.
static eProsima_user_DllExport bool isKeyDefined()
This function tells you if the Key has been defined for this type
eProsima_user_DllExport void deserialize(eprosima::fastcdr::Cdr &cdr)
This function deserializes an object using CDR serialization.
eProsima_user_DllExport const geometry_msgs::msg::Quaternion & orientation() const
This function returns a constant reference to member orientation
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.
geometry_msgs::msg::Point m_position
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 bool operator!=(const Pose &x) const
Comparison operator.
eProsima_user_DllExport ~Pose()
Default destructor.
static eProsima_user_DllExport size_t getCdrSerializedSize(const geometry_msgs::msg::Pose &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 ali...
geometry_msgs::msg::Quaternion m_orientation
eProsima_user_DllExport bool operator==(const Pose &x) const
Comparison operator.
eProsima_user_DllExport Pose & operator=(const Pose &x)
Copy assignment.
eProsima_user_DllExport const geometry_msgs::msg::Point & position() const
This function returns a constant reference to member position
eProsima_user_DllExport void serialize(eprosima::fastcdr::Cdr &cdr) const
This function serializes an object using CDR serialization.
This class represents the structure Quaternion defined by the user in the IDL file.