ADD: use of new sensor messages
This commit is contained in:
@@ -88,7 +88,7 @@ namespace Entities
|
||||
*@param string uuid for the Sensor
|
||||
*@param SimTrack updated Track
|
||||
*/
|
||||
void updateTracklistForSensor(std::string uuidSensor, std::shared_ptr<SimCore::SimTrack> track);
|
||||
void updateTracklistForSensor(std::string uuidSensor, std::shared_ptr<SimCore::SensorTrack> track);
|
||||
|
||||
/**
|
||||
* @brief sends a message to a specific sensor if uuid is passed else it sends to everyone
|
||||
@@ -103,7 +103,7 @@ namespace Entities
|
||||
* @param sensor
|
||||
*
|
||||
*/
|
||||
void addSensorLocal(std::unique_ptr<Sensor::SensorControl> sensor);
|
||||
void addSensorLocal(std::shared_ptr<Sensor::SensorControl> sensor);
|
||||
|
||||
/**
|
||||
* @brief Get the number of sensors
|
||||
|
||||
Reference in New Issue
Block a user