Add the DataSpec class.

This commit is contained in:
David Given
2019-01-13 00:43:19 +01:00
parent 17b808b167
commit 4b6b4aa9f7
7 changed files with 224 additions and 5 deletions

View File

@@ -4,6 +4,7 @@
#include "reader.h"
#include "fluxmap.h"
#include "sql.h"
#include "dataspec.h"
#include "fmt/format.h"
#include <regex>
@@ -30,6 +31,8 @@ static IntFlag revolutions(
"read this many revolutions of the disk",
1);
static DataSpec readerspec("foo:f=7:z=9-10");
static std::string basefilename;
static int starttrack = 0;
static int endtrack = 79;