Embedded Multicore Building Blocks V1.0.0
|
Type list used to derive input port types from Index. More...
#include <network.h>
Public Types | |
typedef In< T_Index > | Result |
Result of an input port type query. More... | |
Type list used to derive input port types from Index.
Index | The index of the input port type to query. |
typedef In<T_Index> embb::dataflow::Network::Inputs< T1, T2, T3, T4, T5 >::Types< Index >::Result |
Result of an input port type query.
T_Index is T1 if Index is 0, T2 if Index is 1 and so on.