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