CHG: sensor info are not longer needed when adding a track to a tracklist

This commit is contained in:
hwinkel
2023-06-07 23:21:36 +02:00
parent f02dd84f4e
commit bbbd5b96df
6 changed files with 86 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ namespace Entities {
std::string SensorName;
bool isActive;
SimCore::Identifier SensorID;
std::shared_ptr<WHISPER::InternalUDPSender> SensorSender;
// std::shared_ptr<WHISPER::InternalUDPSender> SensorSender;
};
struct EffectorClientData