Add skeletons for the other channel decoders.

This commit is contained in:
Jonathan Naylor
2018-01-24 18:37:45 +00:00
parent d905de493d
commit 309e8b03c4
16 changed files with 400 additions and 22 deletions

View File

@@ -39,7 +39,7 @@ public:
void setData(const unsigned char* data);
CNXDNSACCH& operator=(const CNXDNSACCH& fich);
CNXDNSACCH& operator=(const CNXDNSACCH& sacch);
private:
unsigned char* m_data;