Simplify the decoder class hierarchy.

This commit is contained in:
David Given
2019-04-30 21:44:56 +02:00
parent 1fb67dfe3c
commit b1092c7f82
24 changed files with 25 additions and 45 deletions

View File

@@ -87,7 +87,7 @@ const FluxMatchers ANY_RECORD_PATTERN(
}
);
AbstractSimplifiedDecoder::RecordType IbmDecoder::advanceToNextRecord()
AbstractDecoder::RecordType IbmDecoder::advanceToNextRecord()
{
const FluxMatcher* matcher = nullptr;
_sector->clock = _fmr->seekToPattern(ANY_RECORD_PATTERN, matcher);