mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-24 11:11:02 -07:00 
			
		
		
		
	More config machinery: the reader now reads (but can't put the resulting image
anywhere).
This commit is contained in:
		| @@ -7,6 +7,7 @@ extern FlagGroup hardwareFluxSourceFlags; | ||||
|  | ||||
| class Fluxmap; | ||||
| class FluxSpec; | ||||
| class Config_InputDisk; | ||||
|  | ||||
| class FluxSource | ||||
| { | ||||
| @@ -20,6 +21,7 @@ private: | ||||
|  | ||||
| public: | ||||
|     static std::unique_ptr<FluxSource> create(const FluxSpec& spec); | ||||
|     static std::unique_ptr<FluxSource> create(const Config_InputDisk& spec); | ||||
|  | ||||
| public: | ||||
|     virtual std::unique_ptr<Fluxmap> readFlux(int track, int side) = 0; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user