![]() |
CommRaT 2.0.0
C++20 Real-Time Messaging Framework
|
Raw received message with type info. More...
#include <commrat/mailbox/mailbox.hpp>
Public Member Functions | |
| RawReceivedMessage () | |
Public Attributes | ||
| std::vector< std::byte > | buffer | |
| int32_t | type | |
| uint32_t | sender_id | |
| size_t | size | |
| uint64_t | timestamp | |
| struct { | ||
| uint32_t msg_type | ||
| } | header | |
Raw received message with type info.
Definition at line 119 of file mailbox.hpp.
|
inline |
Definition at line 131 of file mailbox.hpp.
| std::vector<std::byte> commrat::RawReceivedMessage::buffer |
Definition at line 120 of file mailbox.hpp.
| struct { ... } commrat::RawReceivedMessage::header |
| uint32_t commrat::RawReceivedMessage::msg_type |
Definition at line 128 of file mailbox.hpp.
| uint32_t commrat::RawReceivedMessage::sender_id |
Definition at line 122 of file mailbox.hpp.
| size_t commrat::RawReceivedMessage::size |
Definition at line 123 of file mailbox.hpp.
| uint64_t commrat::RawReceivedMessage::timestamp |
Definition at line 124 of file mailbox.hpp.
| int32_t commrat::RawReceivedMessage::type |
Definition at line 121 of file mailbox.hpp.