Tools for task monitoring.
More...
Tools for task monitoring.
◆ tm_print_registered_tasks()
| void tm_print_registered_tasks |
( |
void |
| ) |
|
Print the status of registered a tasks.
◆ tm_print_tasks_status()
| void tm_print_tasks_status |
( |
void |
| ) |
|
Print the status of a all the tasks.
◆ tm_register_monitor_task()
| void tm_register_monitor_task |
( |
uint16_t |
id | ) |
|
Register a task to be monitored.
- Parameters
-
| [in] | id | the id to be used for monitoring |
◆ tm_unregister_monitor_task()
| void tm_unregister_monitor_task |
( |
uint16_t |
id | ) |
|
Unregister a task from the monitoring function.
- Parameters
-
| [in] | id | the id of the monitored task |