iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
iox2::MessageTypeDetails Class Reference

Contains all type information to the header and payload type. More...

#include <message_type_details.hpp>

Public Member Functions

auto header () const -> TypeDetail
 
auto user_header () const -> TypeDetail
 
auto payload () const -> TypeDetail
 The [TypeDetail] of the payload of the message, the last part.
 

Friends

class StaticConfigPublishSubscribe
 
class StaticConfigRequestResponse
 

Detailed Description

Contains all type information to the header and payload type.

Definition at line 49 of file message_type_details.hpp.

Member Function Documentation

◆ header()

auto iox2::MessageTypeDetails::header ( ) const -> TypeDetail

The [TypeDetail] of the header of a message, the first iceoryx2 internal part.

◆ payload()

auto iox2::MessageTypeDetails::payload ( ) const -> TypeDetail

The [TypeDetail] of the payload of the message, the last part.

◆ user_header()

auto iox2::MessageTypeDetails::user_header ( ) const -> TypeDetail

The [TypeDetail] of the user_header or the custom header, is located directly after the header.

Friends And Related Symbol Documentation

◆ StaticConfigPublishSubscribe

friend class StaticConfigPublishSubscribe
friend

Definition at line 63 of file message_type_details.hpp.

◆ StaticConfigRequestResponse

friend class StaticConfigRequestResponse
friend

Definition at line 64 of file message_type_details.hpp.


The documentation for this class was generated from the following file: