dRonin
adbada4
dRonin firmware
|
Task monitoring library. More...
Go to the source code of this file.
Functions | |
int32_t | TaskMonitorInitialize (void) |
int32_t | TaskMonitorAdd (TaskInfoRunningElem task, struct pios_thread *threadp) |
int32_t | TaskMonitorRemove (TaskInfoRunningElem task) |
bool | TaskMonitorQueryRunning (TaskInfoRunningElem task) |
void | TaskMonitorUpdateAll (void) |
Task monitoring library.
Definition in file taskmonitor.h.