1
0
forked from fsfw/fsfw

comment moved to header

This commit is contained in:
2020-05-05 18:55:05 +02:00
parent 05c1330b68
commit 75da7a4c50
2 changed files with 5 additions and 1 deletions

View File

@ -97,6 +97,11 @@ public:
*/
std::list<FixedSequenceSlot*>::iterator current;
/**
* Iterate through slotList and check successful creation.
* Checks if timing is ok (must be ascending) and if all handlers were found.
* @return
*/
ReturnValue_t checkSequence() const;
protected: