New architecture for the AMBE FEC, first D-Star.

This commit is contained in:
Jonathan Naylor
2016-01-19 21:34:58 +00:00
parent cdc29e85c3
commit e99d8446d3
2 changed files with 92 additions and 78 deletions

View File

@@ -30,8 +30,7 @@ public:
unsigned int regenerateDStar(unsigned char* bytes) const;
private:
unsigned int regenerateDMR(unsigned int& a, unsigned int& b, unsigned int& c) const;
unsigned int regenerateDStar(unsigned int& a, unsigned int& b, unsigned int& c) const;
unsigned int regenerate(unsigned int& a, unsigned int& b, unsigned int& c, const unsigned int* prng) const;
};
#endif