Add full FEC decoding to LDU1 and LDU2.

This commit is contained in:
Jonathan Naylor
2016-09-15 20:28:56 +01:00
parent 9423fb25a6
commit 16ec0db6d8
17 changed files with 1017 additions and 20 deletions

View File

@@ -35,8 +35,12 @@ public:
void enable(bool enabled);
bool writeHeader(const unsigned char* header, unsigned int length);
bool writeData(const unsigned char* data, unsigned int length);
bool writeStart();
bool writeHeader(const unsigned char* header);
bool writeLDU1(const unsigned char* ldu1);
bool writeLDU2(const unsigned char* ldu2);
bool writeTerminator(const unsigned char* term);
bool writeEnd();
unsigned int read(unsigned char* data, unsigned int length);