DLE FRAM packets can be read now
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
This commit is contained in:
12
linux/devices/ScexDleParser.h
Normal file
12
linux/devices/ScexDleParser.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef LINUX_DEVICES_SCEXDLEPARSER_H_
|
||||
#define LINUX_DEVICES_SCEXDLEPARSER_H_
|
||||
|
||||
#include <fsfw/globalfunctions/DleParser.h>
|
||||
|
||||
class ScexDleParser : public DleParser {
|
||||
public:
|
||||
ScexDleParser(SimpleRingBuffer& decodeRingBuf, DleEncoder& decoder, BufPair encodedBuf,
|
||||
BufPair decodedBuf, FoundPacketHandler handler, void* args);
|
||||
};
|
||||
|
||||
#endif /* LINUX_DEVICES_SCEXDLEPARSER_H_ */
|
Reference in New Issue
Block a user