mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-22 16:25:45 +08:00
Handle the P25 low speed data.
This commit is contained in:
@@ -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:
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user