mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Fix whitespace and tabbing. Fix missing closing brace.
This commit is contained in:
parent
471e084723
commit
e903c1edea
2 changed files with 71 additions and 72 deletions
12
P25Data.h
12
P25Data.h
|
|
@ -35,8 +35,8 @@ public:
|
|||
|
||||
void encodeLDU2(unsigned char* data);
|
||||
|
||||
bool decodeTSDU(const unsigned char* data);
|
||||
void encodeTSDU(unsigned char* data);
|
||||
bool decodeTSDU(const unsigned char* data);
|
||||
void encodeTSDU(unsigned char* data);
|
||||
|
||||
void setMI(const unsigned char* mi);
|
||||
void getMI(unsigned char* mi) const;
|
||||
|
|
@ -62,8 +62,8 @@ public:
|
|||
void setDstId(unsigned int id);
|
||||
unsigned int getDstId() const;
|
||||
|
||||
void setServiceType(unsigned char type);
|
||||
unsigned char getServiceType() const;
|
||||
void setServiceType(unsigned char type);
|
||||
unsigned char getServiceType() const;
|
||||
|
||||
void reset();
|
||||
|
||||
|
|
@ -76,9 +76,9 @@ private:
|
|||
bool m_emergency;
|
||||
unsigned int m_srcId;
|
||||
unsigned int m_dstId;
|
||||
unsigned char m_serviceType;
|
||||
unsigned char m_serviceType;
|
||||
CRS241213 m_rs241213;
|
||||
CP25Trellis m_trellis;
|
||||
CP25Trellis m_trellis;
|
||||
|
||||
void decodeLDUHamming(const unsigned char* raw, unsigned char* data);
|
||||
void encodeLDUHamming(unsigned char* data, const unsigned char* raw);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue