Add support for DMK directory streams.

This commit is contained in:
David Given
2023-11-02 01:17:44 +01:00
parent 5dc60db7b6
commit 29f5feb34d
10 changed files with 65 additions and 41 deletions

View File

@@ -37,6 +37,8 @@ private:
const A2rFluxSourceProto& config);
static std::unique_ptr<FluxSource> createCwfFluxSource(
const CwfFluxSourceProto& config);
static std::unique_ptr<FluxSource> createDmkFluxSource(
const DmkFluxSourceProto& config);
static std::unique_ptr<FluxSource> createEraseFluxSource(
const EraseFluxSourceProto& config);
static std::unique_ptr<FluxSource> createFl2FluxSource(