Added interface to set scheduling mode
The node struct was extended so the scheduling mode can be configured on Node initialization. Therefore the scheduling mode struct was moved from embb_mtapi_scheduler_t.h to mtapi.h. The scheduling mode is now another node attribute and can be set as such on program setup.
Showing