mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Add special data spacer/termination after data transmission.
This commit is contained in:
parent
b28bf8df73
commit
bea76da41f
4 changed files with 120 additions and 20 deletions
|
|
@ -29,17 +29,16 @@ public:
|
|||
|
||||
void get(unsigned char* bytes) const;
|
||||
|
||||
void getTerminator(unsigned char* bytes) const;
|
||||
|
||||
bool getGI() const;
|
||||
bool getA() const;
|
||||
|
||||
unsigned int getSrcId() const;
|
||||
unsigned int getDstId() const;
|
||||
|
||||
unsigned int getBlocks() const;
|
||||
|
||||
bool getF() const;
|
||||
bool getS() const;
|
||||
unsigned char getNs() const;
|
||||
CDMRDataHeader& operator=(const CDMRDataHeader& header);
|
||||
|
||||
private:
|
||||
unsigned char* m_data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue