1
0
forked from fsfw/fsfw

receiveTc (almost) empty now

This commit is contained in:
2020-04-21 21:48:47 +02:00
parent fdbc5d5c57
commit 7a79fab52a
2 changed files with 6 additions and 13 deletions

View File

@ -65,7 +65,12 @@ protected:
bool tmStored = false;
/**
* Handle TC reception. Default implementation provided
* @brief Handle TC reception
* @details
* Default implementation provided, but is empty.
* Child handler should override this in most cases orsend TC to the
* TC distributor directly with the address of the reception queue by
* calling getReportRecptionQueue()
* @return
*/
virtual ReturnValue_t handleTc();