fsfw/src/fsfw/cfdp/handler/StatusReportIF.h
Robin Mueller 507c6ddff1
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
added some param structs
2022-08-09 21:03:56 +02:00

13 lines
239 B
C++

#ifndef FSFW_CFDP_HANDLER_STATUSREPORTIF_H
#define FSFW_CFDP_HANDLER_STATUSREPORTIF_H
namespace cfdp {
class StatusReportIF {
virtual ~StatusReportIF() = default;
};
} // namespace cfdp
#endif // FSFW_CFDP_HANDLER_STATUSREPORTIF_H