This class represents the TopicDataType of the type Twist defined by the user in the IDL file. More...
#include <TwistPubSubTypes.h>
Inheritance diagram for geometry_msgs::msg::TwistPubSubType:
Collaboration diagram for geometry_msgs::msg::TwistPubSubType:Public Types | |
| typedef Twist | type |
Public Member Functions | |
| virtual eProsima_user_DllExport void * | createData () override |
| virtual eProsima_user_DllExport void | deleteData (void *data) override |
| virtual eProsima_user_DllExport bool | deserialize (eprosima::fastrtps::rtps::SerializedPayload_t *payload, void *data) override |
| virtual eProsima_user_DllExport bool | getKey (void *data, eprosima::fastrtps::rtps::InstanceHandle_t *ihandle, bool force_md5=false) override |
| virtual eProsima_user_DllExport std::function< uint32_t()> | getSerializedSizeProvider (void *data) override |
| virtual eProsima_user_DllExport bool | serialize (void *data, eprosima::fastrtps::rtps::SerializedPayload_t *payload) override |
| eProsima_user_DllExport | TwistPubSubType () |
| virtual eProsima_user_DllExport | ~TwistPubSubType () override |
Public Attributes | |
| unsigned char * | m_keyBuffer |
| MD5 | m_md5 |
Static Private Member Functions | |
| static constexpr bool | is_plain_impl () |
This class represents the TopicDataType of the type Twist defined by the user in the IDL file.
Definition at line 75 of file TwistPubSubTypes.h.
Definition at line 79 of file TwistPubSubTypes.h.
| geometry_msgs::msg::TwistPubSubType::TwistPubSubType | ( | ) |
Definition at line 32 of file TwistPubSubTypes.cpp.
References geometry_msgs::msg::Twist::getKeyMaxCdrSerializedSize(), geometry_msgs::msg::Twist::getMaxCdrSerializedSize(), geometry_msgs::msg::Twist::isKeyDefined(), and m_keyBuffer.
Here is the call graph for this function:
|
overridevirtual |
Definition at line 45 of file TwistPubSubTypes.cpp.
References m_keyBuffer.
|
overridevirtual |
Definition at line 122 of file TwistPubSubTypes.cpp.
|
overridevirtual |
Definition at line 127 of file TwistPubSubTypes.cpp.
|
overridevirtual |
Definition at line 82 of file TwistPubSubTypes.cpp.
References geometry_msgs::msg::Twist::deserialize().
Here is the call graph for this function:
|
overridevirtual |
Definition at line 133 of file TwistPubSubTypes.cpp.
References geometry_msgs::msg::Twist::getKeyMaxCdrSerializedSize(), m_keyBuffer, m_md5, and geometry_msgs::msg::Twist::serializeKey().
Here is the call graph for this function:
|
overridevirtual |
Definition at line 112 of file TwistPubSubTypes.cpp.
References geometry_msgs::msg::Twist::getCdrSerializedSize().
Here is the call graph for this function:
|
inlinestaticprivate |
Definition at line 134 of file TwistPubSubTypes.h.
|
overridevirtual |
Definition at line 53 of file TwistPubSubTypes.cpp.
References geometry_msgs::msg::Twist::serialize().
Here is the call graph for this function:| unsigned char* geometry_msgs::msg::TwistPubSubType::m_keyBuffer |
Definition at line 132 of file TwistPubSubTypes.h.
Referenced by getKey(), TwistPubSubType(), and ~TwistPubSubType().
| MD5 geometry_msgs::msg::TwistPubSubType::m_md5 |
Definition at line 131 of file TwistPubSubTypes.h.
Referenced by getKey().
1.8.13