the sd stuff is evil..

This commit is contained in:
2023-03-10 02:05:51 +01:00
parent c8fe1b1359
commit 8b26d13070
18 changed files with 96 additions and 55 deletions

View File

@ -38,5 +38,5 @@ class VirtualChannelWithQueue : public VirtualChannel, public AcceptsTelemetryIF
private:
MessageQueueIF* tmQueue = nullptr;
StorageManagerIF* tmStore = nullptr;
StorageManagerIF& tmStore;
};