CommRaT 2.0.0
C++20 Real-Time Messaging Framework
Loading...
Searching...
No Matches
commrat::RawReceivedMessage Struct Reference

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 
 

Detailed Description

Raw received message with type info.

Definition at line 119 of file mailbox.hpp.

Constructor & Destructor Documentation

◆ RawReceivedMessage()

commrat::RawReceivedMessage::RawReceivedMessage ( )
inline

Definition at line 131 of file mailbox.hpp.

Member Data Documentation

◆ buffer

std::vector<std::byte> commrat::RawReceivedMessage::buffer

Definition at line 120 of file mailbox.hpp.

◆ [struct]

struct { ... } commrat::RawReceivedMessage::header

◆ msg_type

uint32_t commrat::RawReceivedMessage::msg_type

Definition at line 128 of file mailbox.hpp.

◆ sender_id

uint32_t commrat::RawReceivedMessage::sender_id

Definition at line 122 of file mailbox.hpp.

◆ size

size_t commrat::RawReceivedMessage::size

Definition at line 123 of file mailbox.hpp.

◆ timestamp

uint64_t commrat::RawReceivedMessage::timestamp

Definition at line 124 of file mailbox.hpp.

◆ type

int32_t commrat::RawReceivedMessage::type

Definition at line 121 of file mailbox.hpp.


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