mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-24 09:35:40 +08:00
Add full FEC decoding to LDU1 and LDU2.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user