ADD: SensorManager with Trackfusion Trackstore and Sensor List wich contains every contact a sensor has
This commit is contained in:
@@ -31,13 +31,13 @@
|
||||
|
||||
namespace Entities {
|
||||
|
||||
struct SensorClientData
|
||||
{
|
||||
std::string SensorName;
|
||||
bool isActive;
|
||||
SimCore::Identifier SensorID;
|
||||
// std::shared_ptr<WHISPER::InternalUDPSender> SensorSender;
|
||||
};
|
||||
// struct SensorClientData
|
||||
// {
|
||||
// std::string SensorName;
|
||||
// bool isActive;
|
||||
// SimCore::Identifier SensorID;
|
||||
// // std::shared_ptr<WHISPER::InternalUDPSender> SensorSender;
|
||||
// };
|
||||
|
||||
struct EffectorClientData
|
||||
{
|
||||
@@ -131,11 +131,11 @@ namespace Entities {
|
||||
void startSensor();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
std::shared_ptr<std::list<Entities::SensorClientData>> SensorStore_;
|
||||
// std::shared_ptr<std::list<Entities::SensorClientData>> SensorStore_;
|
||||
|
||||
std::shared_ptr<SimCore::SafeMap<SimCore::Identifier, std::shared_ptr< SimCore::SimTrack>>> Trackstore_;
|
||||
// std::shared_ptr<SimCore::SafeMap<SimCore::Identifier, std::shared_ptr< SimCore::SimTrack>>> Trackstore_;
|
||||
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user