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.
Tool/software: TI C/C++ Compiler
Does RTOS provide a C++ programming interface? Such as: create a task by inheriting a class named task?
Hi,
We don't offer a C++ interface. You need to use the 'C' APIs. We do have a C++ example that shows this. Take a look at the bigtime kernel example.
Todd