start implementing metadata parser
This commit is contained in:
parent
4c9e731113
commit
045054fce0
@ -1 +1,3 @@
|
||||
#include "MetadataParser.h"
|
||||
|
||||
cfdp::MetadataParser::MetadataParser(MetadataPduReader& reader) {}
|
||||
|
@ -1,10 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "fsfw/cfdp/pdu/MetadataPduReader.h"
|
||||
|
||||
namespace cfdp {
|
||||
|
||||
class MetadataParser {
|
||||
public:
|
||||
MetadataParser();
|
||||
explicit MetadataParser(MetadataPduReader& reader);
|
||||
|
||||
private:
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user