mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Allow viewing the raw bitstream as bytes.
This commit is contained in:
@@ -13,6 +13,10 @@ public:
|
||||
std::vector<bool> readBits(unsigned count);
|
||||
std::vector<bool> readBits(const Fluxmap::Position& until);
|
||||
|
||||
std::vector<bool> readBits()
|
||||
{
|
||||
return readBits(UINT_MAX);
|
||||
}
|
||||
private:
|
||||
nanoseconds_t nextFlux();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user