More config machinery: the reader now reads (but can't put the resulting image

anywhere).
This commit is contained in:
David Given
2021-05-12 00:26:42 +02:00
parent cf9cef6f87
commit df0a9bac96
15 changed files with 194 additions and 48 deletions

View File

@@ -18,7 +18,7 @@ public:
public:
unsigned physicalTrack;
unsigned physicalSide;
std::shared_ptr<FluxSource> fluxsource;
FluxSource* fluxsource;
std::unique_ptr<Fluxmap> fluxmap;
std::vector<RawRecord> rawrecords;