mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 06:25:24 +00:00
Handle the P25 low speed data.
This commit is contained in:
parent
c8cb7a5429
commit
34bf8f18a7
8 changed files with 105 additions and 32 deletions
|
|
@ -21,7 +21,12 @@
|
|||
|
||||
class CP25LowSpeedData {
|
||||
public:
|
||||
static void process(unsigned char* data);
|
||||
CP25LowSpeedData();
|
||||
~CP25LowSpeedData();
|
||||
|
||||
void process(unsigned char* data);
|
||||
|
||||
unsigned char encode(const unsigned char in);
|
||||
|
||||
private:
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue