The Packet Switch Graph class has been designed to create an instance of the desired DSP IP as a class member, i.e.:
TT_GRAPH_TYPE graph_instance;
Therefore, all constraints of the DSP IP can be passed through the pkt_switch_graph class by accessing the graph_instance member, or through a set of access functions, e.g.:
- getKernels() which returns a pointer to an array of kernel pointers.
More details are provided in the API Reference Overview.