Refactor the low-level reading stuff to be cleaner, simpler, and allow more

flux sources.
This commit is contained in:
David Given
2019-02-14 20:15:35 +01:00
parent c68dc4eeb3
commit 31a00696e1
10 changed files with 206 additions and 105 deletions

View File

@@ -46,6 +46,7 @@ public:
std::map<std::string, Modifier> modifiers;
std::vector<Location> locations;
unsigned drive;
unsigned revolutions;
};
std::ostream& operator << (std::ostream& os, const DataSpec& dataSpec)