mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Add the DataSpec class.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user