mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-24 01:25:41 +08:00
Decode and encode the System Fusion FICH.
This commit is contained in:
12
YSFFICH.h
12
YSFFICH.h
@@ -24,9 +24,19 @@ public:
|
||||
CYSFFICH();
|
||||
~CYSFFICH();
|
||||
|
||||
bool decode(const unsigned char* frame, unsigned char* fich) const;
|
||||
bool decode(const unsigned char* bytes);
|
||||
|
||||
void encode(unsigned char* bytes);
|
||||
|
||||
unsigned char getCM() const;
|
||||
unsigned char getFT() const;
|
||||
unsigned char getFN() const;
|
||||
|
||||
void setMR(unsigned char mr);
|
||||
void setVoIP(bool set);
|
||||
|
||||
private:
|
||||
unsigned char* m_fich;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user