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

#include <commrat/mailbox/mailbox.hpp>

Public Attributes

uint32_t mailbox_id
 
size_t message_slots = 10
 
size_t max_message_size = 4096
 
uint8_t send_priority = 10
 
bool realtime = false
 
std::string mailbox_name = ""
 

Detailed Description

Definition at line 137 of file mailbox.hpp.

Member Data Documentation

◆ mailbox_id

◆ mailbox_name

std::string commrat::MailboxConfig::mailbox_name = ""

Definition at line 143 of file mailbox.hpp.

◆ max_message_size

size_t commrat::MailboxConfig::max_message_size = 4096

Definition at line 140 of file mailbox.hpp.

◆ message_slots

size_t commrat::MailboxConfig::message_slots = 10

Definition at line 139 of file mailbox.hpp.

◆ realtime

bool commrat::MailboxConfig::realtime = false

Definition at line 142 of file mailbox.hpp.

◆ send_priority

uint8_t commrat::MailboxConfig::send_priority = 10

Definition at line 141 of file mailbox.hpp.


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