![]() |
CommRaT 2.0.0
C++20 Real-Time Messaging Framework
|
Single continuous input specification. More...
#include <commrat/module/io_spec.hpp>
Public Types | |
| using | PayloadType = T |
Static Public Attributes | |
| static constexpr size_t | count = 1 |
Single continuous input specification.
Specifies that a module receives exactly one input type from another module. The module subscribes to a producer and processes each received message.
| T | The payload type to receive |
Example:
Definition at line 143 of file io_spec.hpp.
| using commrat::Input< T >::PayloadType = T |
Definition at line 144 of file io_spec.hpp.
|
staticconstexpr |
Definition at line 145 of file io_spec.hpp.