Remove the rest of the mapper.

This commit is contained in:
David Given
2022-09-10 22:47:35 +02:00
parent 415aa82a6f
commit dda713a6be
31 changed files with 122 additions and 154 deletions

View File

@@ -4,7 +4,6 @@
#include "decoders/decoders.h"
#include "encoders/encoders.h"
#include "image.h"
#include "mapper.h"
#include "lib/encoders/encoders.pb.h"
static void write_sector(std::vector<bool>& bits,
@@ -115,7 +114,7 @@ public:
std::unique_ptr<Fluxmap> fluxmap(new Fluxmap);
fluxmap->appendBits(bits,
Mapper::calculatePhysicalClockPeriod(
calculatePhysicalClockPeriod(
_config.clock_period_us() * 1e3,
_config.rotational_period_ms() * 1e6));
return fluxmap;