mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-24 09:35:40 +08:00
Display the FICH errors and fix minor bugs.
This commit is contained in:
@@ -28,6 +28,8 @@ public:
|
||||
|
||||
void encode(unsigned char* bytes);
|
||||
|
||||
unsigned int getErrors() const;
|
||||
|
||||
unsigned char getFI() const;
|
||||
unsigned char getCM() const;
|
||||
unsigned char getFN() const;
|
||||
@@ -39,7 +41,9 @@ public:
|
||||
void setVoIP(bool set);
|
||||
|
||||
private:
|
||||
unsigned char* m_bytes;
|
||||
unsigned char* m_fich;
|
||||
unsigned int m_errors;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user