mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-21 06:13:49 +00:00
Simplify the LSF processing to allow changed META field data changed
through.
This commit is contained in:
parent
ef6ce0ef88
commit
d1dc6bb7a0
7 changed files with 148 additions and 114 deletions
3
M17LSF.h
3
M17LSF.h
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
class CM17LSF {
|
||||
public:
|
||||
CM17LSF(const CM17LSF& lsf);
|
||||
CM17LSF();
|
||||
~CM17LSF();
|
||||
|
||||
|
|
@ -62,6 +63,8 @@ public:
|
|||
void getFragment(unsigned char* data, unsigned int n) const;
|
||||
void setFragment(const unsigned char* data, unsigned int n);
|
||||
|
||||
CM17LSF& operator=(const CM17LSF& lsf);
|
||||
|
||||
private:
|
||||
unsigned char* m_lsf;
|
||||
bool m_valid;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue