![]() |
CommRaT 2.0.0
C++20 Real-Time Messaging Framework
|
Single output specification. More...
#include <commrat/module/io_spec.hpp>
Public Types | |
| using | PayloadType = T |
Static Public Attributes | |
| static constexpr size_t | count = 1 |
Single output specification.
Specifies that a module produces exactly one output type. Used with PeriodicInput, LoopInput, or Input<T> to define module behavior.
| T | The payload type to be published |
Process Signature:
void process(T& output)void process(const U& input, T& output)void process(const U& in1, const V& in2, T& output)Definition at line 68 of file io_spec.hpp.
| using commrat::Output< T >::PayloadType = T |
Definition at line 69 of file io_spec.hpp.
|
staticconstexpr |
Definition at line 70 of file io_spec.hpp.