1
0
forked from fsfw/fsfw

new initializeSequence func

This commit is contained in:
2020-08-27 14:42:10 +02:00
parent 790e0399b7
commit 1dfdd65662
8 changed files with 45 additions and 20 deletions

View File

@ -33,7 +33,7 @@ public:
virtual ReturnValue_t addSlot(object_id_t componentId, uint32_t slotTimeMs,
int8_t executionStep);
virtual ReturnValue_t checkAndInitializeSequence() const;
virtual ReturnValue_t checkSequence() const;
/**
* This static function can be used as #deadlineMissedFunc.