mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 15:04:18 +00:00
Handle numeric messages correctly.
This commit is contained in:
parent
c01734f4ad
commit
434fccd36d
2 changed files with 85 additions and 12 deletions
|
|
@ -62,8 +62,9 @@ private:
|
|||
|
||||
bool processData();
|
||||
void writeQueue();
|
||||
void addAddress();
|
||||
void addAddress(unsigned char functional);
|
||||
void packASCII();
|
||||
void packNumeric();
|
||||
void addBCHAndParity(uint32_t& word) const;
|
||||
bool openFile();
|
||||
bool writeFile(const unsigned char* data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue