Migrate the Northstar code to the new framework.

This commit is contained in:
David Given
2021-05-24 23:20:59 +02:00
parent 0f83082cf0
commit bf4831be9f
22 changed files with 259 additions and 120 deletions

View File

@@ -22,6 +22,8 @@ public:
const ImageWriterProto& config);
static std::unique_ptr<ImageWriter> createDiskCopyImageWriter(
const ImageWriterProto& config);
static std::unique_ptr<ImageWriter> createNsiImageWriter(
const ImageWriterProto& config);
public:
void printMap(const SectorSet& sectors);