More refactoring.

This commit is contained in:
David Given
2019-01-01 20:04:04 +01:00
parent b99a18e513
commit ed41bc013f
8 changed files with 25 additions and 12 deletions

View File

@@ -23,6 +23,7 @@ public:
Fluxmap& appendIntervals(const uint8_t* ptr, size_t len);
nanoseconds_t guessClock() const;
std::vector<bool> decodeToBits(nanoseconds_t clock_period) const;
private:
nanoseconds_t _duration = 0;