This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SYSBIOS Task module lacking documentation

Hello everyone,

The CDOC of the Task module doesn't mention the following functions :

UArg Task_getArg0(Task_Object *tsk)

UArg Task_getArg1(Task_Object *tsk)

Void Task_setArg0(Task_Object *tsk, UArg arg)

Void Task_setArg1(Task_Object *tsk, UArg arg)

I haven't verified for other functions nor other modules.

Clement