Embedded Multicore Building Blocks V1.0.0
|
Provides the output port types for a process. More...
#include <network.h>
Classes | |
struct | Types |
Type list used to derive output port types from Index. More... | |
Public Member Functions | |
template<int Index> | |
Types< Index >::Result & | Get () |
Provides the output port types for a process.
T1 | Type of first port. |
T2 | Optional type of second port. |
T3 | Optional type of third port. |
T4 | Optional type of fourth port. |
T5 | Optional type of fifth port. |
Types<Index>::Result& embb::dataflow::Network::Outputs< T1, T2, T3, T4, T5 >::Get | ( | ) |