mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 22:45:44 +08:00
Further addition of basic operations.
This commit is contained in:
@@ -26,6 +26,7 @@ private:
|
||||
void deinterleave(const unsigned char* in, unsigned char* points) const;
|
||||
void interleave(const unsigned char* points, unsigned char* out) const;
|
||||
void totribits(const unsigned char* payload, unsigned char* tribits) const;
|
||||
void fromtribits(const unsigned char* tribits, unsigned char* payload) const;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user