1
0
forked from fsfw/fsfw

added performOperationHook()

This commit is contained in:
2020-04-19 22:17:14 +02:00
parent 225e1b98a0
commit b78b3ac68a
2 changed files with 10 additions and 1 deletions

View File

@ -469,6 +469,12 @@ protected:
*/
virtual ReturnValue_t getSwitches(const uint8_t **switches,
uint8_t *numberOfSwitches);
/**
* @brief Hook function for child handlers which is called once per
* performOperation(). Default implementation is empty.
*/
virtual void performOperationHook();
public:
/**
* @param parentQueueId