Add the new DVMEGA-Cast messages to the Modem.

This commit is contained in:
Jonathan Naylor
2018-10-31 15:38:56 +00:00
parent ce372ec360
commit 1a971e3986
2 changed files with 164 additions and 7 deletions

View File

@@ -78,8 +78,16 @@ public:
bool writeP25Data(const unsigned char* data, unsigned int length);
bool writeNXDNData(const unsigned char* data, unsigned int length);
bool writePOCSAGData(const unsigned char* data, unsigned int length);
bool writeTransparentData(const unsigned char* data, unsigned int length);
bool writeDStarInfo(bool network, const unsigned char* my1, const unsigned char* my2, const unsigned char* your, const unsigned char* rpt1, const unsigned char* rpt2, const unsigned char* reflector);
bool writeDMRInfo(bool network, unsigned int slotNo, unsigned int src, bool group, unsigned int dest);
bool writeYSFInfo(bool network, const unsigned char* src, const unsigned char* dest, const unsigned char* reflector);
bool writeP25Info(bool network, unsigned int src, bool group, unsigned int dest);
bool writeNXDNInfo(bool network, unsigned int src, bool group, unsigned int dest);
bool writePOCSAGInfo(unsigned int ric, const unsigned char* message, unsigned int length);
bool writeDMRStart(bool tx);
bool writeDMRShortLC(const unsigned char* lc);
bool writeDMRAbort(unsigned int slotNo);