mirror of
https://github.com/LX3JL/xlxd.git
synced 2026-02-21 23:14:14 +01:00
Add files via upload
This commit is contained in:
parent
837d13d9b4
commit
e16e388b8e
|
|
@ -171,7 +171,7 @@ void CBPTC19696::decodeErrorCheck()
|
|||
}
|
||||
|
||||
// Extract the 96 bits of payload
|
||||
void CBPTC19696::decodeExtractData(unsigned char* data)
|
||||
void CBPTC19696::decodeExtractData(unsigned char* data) const
|
||||
{
|
||||
bool bData[96U];
|
||||
unsigned int pos = 0U;
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ private:
|
|||
void decodeExtractBinary(const unsigned char* in);
|
||||
void decodeErrorCheck();
|
||||
void decodeDeInterleave();
|
||||
void decodeExtractData(unsigned char* data);
|
||||
void decodeExtractData(unsigned char* data) const;
|
||||
|
||||
void encodeExtractData(const unsigned char* in);
|
||||
void encodeInterleave();
|
||||
|
|
|
|||
Loading…
Reference in a new issue