![]() |
CommRaT 2.0.0
C++20 Real-Time Messaging Framework
|
#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 = "" |
Definition at line 137 of file mailbox.hpp.
| uint32_t commrat::MailboxConfig::mailbox_id |
Definition at line 138 of file mailbox.hpp.
Referenced by commrat::createWorkMailboxConfig(), commrat::MailboxSet< UserRegistry, OutputType, CommandTypes >::initialize(), and commrat::Mailbox< MessageDefs >::mailbox_id().
| std::string commrat::MailboxConfig::mailbox_name = "" |
Definition at line 143 of file mailbox.hpp.
| size_t commrat::MailboxConfig::max_message_size = 4096 |
Definition at line 140 of file mailbox.hpp.
| size_t commrat::MailboxConfig::message_slots = 10 |
Definition at line 139 of file mailbox.hpp.
| bool commrat::MailboxConfig::realtime = false |
Definition at line 142 of file mailbox.hpp.
| uint8_t commrat::MailboxConfig::send_priority = 10 |
Definition at line 141 of file mailbox.hpp.