1
0
forked from fsfw/fsfw

refactoring to allow PUS c implementation

This commit is contained in:
2021-04-12 21:17:53 +02:00
parent d7d52439d7
commit 9a5f717169
10 changed files with 398 additions and 234 deletions

View File

@ -2,7 +2,9 @@
#define FSFW_TMTCPACKET_PUS_TMPACKETSTORED_H_
#include "TmPacketBase.h"
#include <FSFWConfig.h>
#include "../../tmtcpacket/pus/TmPacketPusA.h"
#include "../../serialize/SerializeIF.h"
#include "../../storagemanager/StorageManagerIF.h"
#include "../../internalError/InternalErrorReporterIF.h"
@ -18,7 +20,7 @@
* packets in a store with the help of a storeAddress.
* @ingroup tmtcpackets
*/
class TmPacketStored : public TmPacketBase {
class TmPacketStored : public TmPacketPusA {
public:
/**
* This is a default constructor which does not set the data pointer.