fsfw/src/fsfw/tmtcservices/tcHelpers.h

16 lines
421 B
C
Raw Normal View History

2022-07-21 13:48:58 +02:00
#ifndef FSFW_TMTCSERVICES_TCHELPERS_H
#define FSFW_TMTCSERVICES_TCHELPERS_H
2022-08-22 16:23:36 +02:00
#include "fsfw/returnvalues/returnvalue.h"
2022-07-21 13:48:58 +02:00
#include "fsfw/storagemanager/StorageManagerIF.h"
#include "fsfw/tmtcpacket/pus/tc.h"
namespace tc {
ReturnValue_t prepareTcReader(StorageManagerIF& tcStore, store_address_t storeId,
2022-07-21 13:48:58 +02:00
PusTcReader& tcReader);
} // namespace tc
#endif // FSFW_TMTCSERVICES_TCHELPERS_H