1
0
forked from fsfw/fsfw

changes from mueller/master taken over

This commit is contained in:
2020-12-14 23:56:44 +01:00
parent 313d898aef
commit 3cc053a581
11 changed files with 111 additions and 95 deletions

View File

@ -71,6 +71,7 @@ public:
TaskHandle_t getTaskHandle() override;
protected:
bool started;
TaskHandle_t handle;
@ -118,8 +119,6 @@ protected:
*/
void taskFunctionality(void);
void checkMissedDeadline(const TickType_t xLastWakeTime,
const TickType_t interval);
void handleMissedDeadline();
};