eive-obsw/linux/devices/ScexDleParser.h

13 lines
382 B
C
Raw Normal View History

2022-04-09 14:43:06 +02:00
#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,
2022-04-09 15:38:09 +02:00
BufPair decodedBuf, UserHandler handler, void* args);
2022-04-09 14:43:06 +02:00
};
#endif /* LINUX_DEVICES_SCEXDLEPARSER_H_ */