mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-24 09:35:40 +08:00
Handle M17 in the display code.
This commit is contained in:
10
Display.h
10
Display.h
@@ -72,6 +72,11 @@ public:
|
||||
void writeNXDNBER(float ber);
|
||||
void clearNXDN();
|
||||
|
||||
void writeM17(const char* source, const char* dest, const char* type);
|
||||
void writeM17RSSI(unsigned char rssi);
|
||||
void writeM17BER(float ber);
|
||||
void clearM17();
|
||||
|
||||
void writePOCSAG(uint32_t ric, const std::string& message);
|
||||
void clearPOCSAG();
|
||||
|
||||
@@ -118,6 +123,11 @@ protected:
|
||||
virtual void writeNXDNBERInt(float ber);
|
||||
virtual void clearNXDNInt() = 0;
|
||||
|
||||
virtual void writeM17Int(const char* source, const char* dest, const char* type) = 0;
|
||||
virtual void writeM17RSSIInt(unsigned char rssi);
|
||||
virtual void writeM17BERInt(float ber);
|
||||
virtual void clearM17Int() = 0;
|
||||
|
||||
virtual void writePOCSAGInt(uint32_t ric, const std::string& message) = 0;
|
||||
virtual void clearPOCSAGInt() = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user