Function eprosima::fastrtps::rtps::CDRMessage::appendMsg
Defined in File CDRMessage.h
Function Documentation
-
inline bool eprosima::fastrtps::rtps::CDRMessage::appendMsg(CDRMessage_t *first, CDRMessage_t *second)
Append given CDRMessage to existing CDR Message. Joins two messages into the first one if it has space.
- Parameters
first – [out] Pointer to first message.
second – [in] Pointer to second message.
- Returns
True if correct.