mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 23:13:50 +00:00
Add the SelfOnly processing for M17.
This commit is contained in:
parent
9567ac0b20
commit
d58a0c53b5
3 changed files with 28 additions and 1 deletions
|
|
@ -85,6 +85,8 @@ private:
|
|||
void interleaver(const unsigned char* in, unsigned char* out) const;
|
||||
void decorrelator(const unsigned char* in, unsigned char* out) const;
|
||||
|
||||
bool checkCallsign(const std::string& source) const;
|
||||
|
||||
unsigned int countBits(unsigned char byte);
|
||||
|
||||
void writeEndRF();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue