fsfw/src/fsfw/tmtcpacket/pus/CreatorDataIF.h

11 lines
228 B
C
Raw Normal View History

2022-07-20 22:21:15 +02:00
#ifndef FSFW_TMTCPACKET_CREATORDATAIF_H
#define FSFW_TMTCPACKET_CREATORDATAIF_H
2022-07-21 11:34:11 +02:00
#include "defs.h"
2022-07-20 22:21:15 +02:00
class CreatorDataIF {
public:
virtual ecss::DataWrapper& getDataWrapper() = 0;
};
#endif // FSFW_TMTCPACKET_CREATORDATAIF_H