mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
More work on the payloads for the different Fusion modes.
This commit is contained in:
parent
5448a5d8d9
commit
e43bc459ea
5 changed files with 334 additions and 169 deletions
|
|
@ -26,7 +26,7 @@ public:
|
|||
CYSFPayload();
|
||||
~CYSFPayload();
|
||||
|
||||
bool decode(const unsigned char* bytes, unsigned char fi, unsigned char fn, unsigned char ft, unsigned char dt);
|
||||
bool decode(const unsigned char* bytes, unsigned char fi, unsigned char fn, unsigned char dt);
|
||||
|
||||
void encode(unsigned char* bytes);
|
||||
|
||||
|
|
@ -44,9 +44,9 @@ private:
|
|||
unsigned char* m_dest;
|
||||
|
||||
bool decodeHeader();
|
||||
bool decodeVDMode1(unsigned char fn, unsigned char ft);
|
||||
bool decodeVDMode2(unsigned char fn, unsigned char ft);
|
||||
bool decodeDataFRMode(unsigned char fn, unsigned char ft);
|
||||
bool decodeVDMode1(unsigned char fn);
|
||||
bool decodeVDMode2(unsigned char fn);
|
||||
bool decodeDataFRMode(unsigned char fn);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue