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