mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
Add extra Preamble CSBK data dumping.
This commit is contained in:
parent
8195f91815
commit
c66f3fa455
3 changed files with 26 additions and 4 deletions
|
|
@ -54,6 +54,9 @@ public:
|
|||
unsigned int getSrcId() const;
|
||||
unsigned int getDstId() const;
|
||||
|
||||
bool getDataContent() const;
|
||||
unsigned char getCBF() const;
|
||||
|
||||
private:
|
||||
unsigned char* m_data;
|
||||
CSBKO m_CSBKO;
|
||||
|
|
@ -62,6 +65,8 @@ private:
|
|||
unsigned int m_bsId;
|
||||
unsigned int m_srcId;
|
||||
unsigned int m_dstId;
|
||||
bool m_dataContent;
|
||||
unsigned char m_CBF;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue