mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-24 11:11:02 -07:00 
			
		
		
		
	Refactor dataspecs to allow them to be used for other things too.
This commit is contained in:
		| @@ -6,7 +6,7 @@ | ||||
| extern FlagGroup hardwareFluxSourceFlags; | ||||
|  | ||||
| class Fluxmap; | ||||
| class DataSpec; | ||||
| class FluxSpec; | ||||
|  | ||||
| class FluxSource | ||||
| { | ||||
| @@ -19,7 +19,7 @@ private: | ||||
|     static std::unique_ptr<FluxSource> createStreamFluxSource(const std::string& path); | ||||
|  | ||||
| public: | ||||
|     static std::unique_ptr<FluxSource> create(const DataSpec& spec); | ||||
|     static std::unique_ptr<FluxSource> create(const FluxSpec& spec); | ||||
|  | ||||
| public: | ||||
|     virtual std::unique_ptr<Fluxmap> readFlux(int track, int side) = 0; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user