added remaining missing stores
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2022-12-14 10:54:18 +01:00
parent 58d6b59b7c
commit ff9bcd6b14
3 changed files with 21 additions and 11 deletions

View File

@ -16,11 +16,7 @@
/**
* @brief TM Recipient.
* @details
* TODO: Add support for TM storage by using the (or a) LIVE flag provided by the CCSDS or Syrlinks
* handler. If we are in LIVE TM mode, forward TM to downlink destination directly. Otherwise,
* forward to TM storage backend which stores TMs into files.
* Main telemetry receiver. All generated telemetry is funneled into
* this object.
* Main telemetry receiver. All generated telemetry is funneled into this object.
* @ingroup utility
* @author J. Meier, R. Mueller
*/
@ -45,6 +41,7 @@ class PusTmFunnel : public TmFunnelBase {
TmStore miscStore;
TmStore okStore;
TmStore notOkStore;
TmStore hkStore;
SdCardMountedIF &sdcMan;
ReturnValue_t handlePacket(TmTcMessage &message);