Hi All,
We have a custom XDM algorithm (only for internal use) that requires a higher priority task to be created in the DSP server. This task then communicates with the XDM codec using mailbox. Currently I am statically creating the task and mailbox on the DSP server using XGCONF. This design is not satisfactory as task life cycle is decoupled from the algorithm life cycle.
Ideally the task needs to be shutdown, when the xdm codec is deleted, and created when algorithm is created.
What is the best way to do it? Where should I put the task creation, deletion etc. algInit, algfree sound like obvious places.
RV