1
0
forked from fsfw/fsfw

another small bugfix

This commit is contained in:
2020-09-28 23:21:21 +02:00
parent 7ff9c29b62
commit 1f70b1159d
5 changed files with 18 additions and 13 deletions

View File

@ -90,6 +90,14 @@ public:
*/
ReturnValue_t initializeAfterTaskCreation(uint8_t nonDiagInvlFactor = 5);
/**
* This should be called in the periodic handler of the owner.
* It performs all the periodic functionalities of the data pool manager,
* for example generating periodic HK packets.
* @return
*/
ReturnValue_t performHkOperation();
/**
* @return
*/
@ -108,12 +116,6 @@ public:
*/
void setNonDiagnosticIntervalFactor(uint8_t nonDiagInvlFactor);
/**
* This should be called in the periodic handler of the owner.
* It performs all the periodic functionalities of the data pool manager.
* @return
*/
ReturnValue_t performHkOperation();
/**
* Generate a housekeeping packet with a given SID.