|
iceoryx2
C++ Language Bindings
|
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 |
Contains all type information to the header and payload type.
Definition at line 49 of file message_type_details.hpp.
| auto iox2::MessageTypeDetails::header | ( | ) | const -> TypeDetail |
The [TypeDetail] of the header of a message, the first iceoryx2 internal part.
| auto iox2::MessageTypeDetails::payload | ( | ) | const -> TypeDetail |
The [TypeDetail] of the payload of the message, the last part.
| auto iox2::MessageTypeDetails::user_header | ( | ) | const -> TypeDetail |
The [TypeDetail] of the user_header or the custom header, is located directly after the header.
|
friend |
Definition at line 63 of file message_type_details.hpp.
|
friend |
Definition at line 64 of file message_type_details.hpp.