![]() |
CommRaT 2.0.0
C++20 Real-Time Messaging Framework
|
Multiple outputs specification. More...
#include <commrat/module/io_spec.hpp>
Public Types | |
| using | PayloadTypes = std::tuple< Ts... > |
Static Public Attributes | |
| static constexpr size_t | count = sizeof...(Ts) |
Multiple outputs specification.
Specifies that a module produces multiple output types. Each output type has its own subscriber list and is published independently.
| Ts... | The payload types to be published |
Example:
Definition at line 94 of file io_spec.hpp.
| using commrat::Outputs< Ts >::PayloadTypes = std::tuple<Ts...> |
Definition at line 95 of file io_spec.hpp.
|
staticconstexpr |
Definition at line 96 of file io_spec.hpp.