Remove discrete segmenters, instead rolling the logic into Decoders; prepare

for splitting decoders into soft-sector and hard-sector.
This commit is contained in:
David Given
2019-03-08 23:57:46 +01:00
parent 1f524aec69
commit 574d383573
17 changed files with 63 additions and 72 deletions

View File

@@ -4,6 +4,7 @@
#include "crc.h"
#include "fluxmap.h"
#include "sector.h"
#include "record.h"
#include <string.h>
static_assert(std::is_trivially_copyable<IbmIdam>::value,