ADD: added new way of handling command messages

This commit is contained in:
Henry Winkel
2023-08-15 17:48:44 +02:00
parent c18ed157f3
commit bba4af0f90
2 changed files with 75 additions and 18 deletions

View File

@@ -82,6 +82,7 @@ namespace Entities {
ushort MovemntWorkerPort_;
std::unique_ptr<kubecontrol::PodController> PodController_;
@@ -111,7 +112,6 @@ namespace Entities {
void startSensor();
std::unique_ptr<kubecontrol::PodController> PodController_;
std::shared_ptr<std::list<Entities::SensorClientData>> SensorStore_;