mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 00:35:53 +08:00
New architecture for the AMBE FEC, first D-Star.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user