Move the clock guesser stuff into fe-inspect.

This commit is contained in:
David Given
2019-04-30 21:55:44 +02:00
parent b1092c7f82
commit 27fb17b9b5
4 changed files with 155 additions and 157 deletions

View File

@@ -43,8 +43,6 @@ public:
return appendBytes(&byte, 1);
}
nanoseconds_t guessClock() const;
Fluxmap& appendBits(const std::vector<bool>& bits, nanoseconds_t clock);
void precompensate(int threshold_ticks, int amount_ticks);