mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-24 01:18:41 +08:00
Simplify the POCSAG JSON interface.
This commit is contained in:
@@ -88,8 +88,8 @@ private:
|
||||
|
||||
void decodeROT1(const std::string& in, unsigned int start, std::string& out) const;
|
||||
|
||||
void writeJSON(const std::string& source, unsigned int ric, const std::string& functional);
|
||||
void writeJSON(const std::string& source, unsigned int ric, const std::string& functional, const std::string& message);
|
||||
void writeJSON(const char* source, unsigned int ric, const char* functional);
|
||||
void writeJSON(const char* source, unsigned int ric, const char* functional, const std::string& message);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user