mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Validate P25 RF late entry.
This commit is contained in:
parent
614ee83f08
commit
8ef6c5c70b
4 changed files with 67 additions and 78 deletions
10
P25Control.h
10
P25Control.h
|
|
@ -81,10 +81,12 @@ private:
|
|||
|
||||
void addBusyBits(unsigned char* data, unsigned int length, bool b1, bool b2);
|
||||
|
||||
void createHeader();
|
||||
void createLDU1();
|
||||
void createLDU2();
|
||||
void createTerminator(const unsigned char* data);
|
||||
void createRFHeader();
|
||||
|
||||
void createNetHeader();
|
||||
void createNetLDU1();
|
||||
void createNetLDU2();
|
||||
void createNetTerminator(const unsigned char* data);
|
||||
|
||||
bool openFile();
|
||||
bool writeFile(const unsigned char* data, unsigned char length);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue