CommRaT 2.0.0
C++20 Real-Time Messaging Framework
Loading...
Searching...
No Matches
commrat::module_traits::MakeTypedCmdMailboxWithSend< UserRegistry, CommandTuple, OutputTuple > Struct Template Reference

Create CMD mailbox with receive/send separation. More...

Detailed Description

template<typename UserRegistry, typename CommandTuple, typename OutputTuple>
struct commrat::module_traits::MakeTypedCmdMailboxWithSend< UserRegistry, CommandTuple, OutputTuple >

Create CMD mailbox with receive/send separation.

CMD mailbox receives commands (small buffer) but sends outputs (large). Uses ReceiveTypes/SendOnlyTypes to separate buffer sizing from send capability.

Definition at line 82 of file module_types.hpp.


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