WIP not decoding the SACCH correctly.

This commit is contained in:
Jonathan Naylor
2018-01-23 20:06:14 +00:00
parent 88b12104d3
commit ee18aa602c
6 changed files with 182 additions and 48 deletions

View File

@@ -21,7 +21,7 @@
class CNXDNLICH {
public:
CNXDNLICH(const CNXDNLICH& fich);
CNXDNLICH(const CNXDNLICH& lich);
CNXDNLICH();
~CNXDNLICH();
@@ -39,7 +39,7 @@ public:
void setOption(unsigned char option);
void setDirection(unsigned char direction);
CNXDNLICH& operator=(const CNXDNLICH& fich);
CNXDNLICH& operator=(const CNXDNLICH& lich);
private:
unsigned char m_lich;