1
0
forked from fsfw/fsfw

added new static function to print missed deadline

This commit is contained in:
2021-02-22 18:43:09 +01:00
parent e013ae954f
commit 1443758274
5 changed files with 43 additions and 0 deletions

View File

@ -62,6 +62,12 @@ public:
*/
static ReturnValue_t delayTask(uint32_t delayMs);
/**
* OS specific implementation to print deadline. In most cases, there is a OS specific
* way to retrieve the task name and print it out as well.
*/
static void printMissedDeadline();
private:
/**
* External instantiation is not allowed.