Skip to content
Snippets Groups Projects

new tag

Merged Joan Vallvé Navarro requested to merge devel into main
2 files
+ 14
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -152,6 +152,10 @@ class Problem : public std::enable_shared_from_this<Problem>
* \param _sensor_name The sensor name, as it was installed with installSensor()
*/
SensorBasePtr findSensor(const std::string& _sensor_name) const;
/** \brief get a processor pointer by its name
* \param _processor_name The processor name, as it was installed with installProcessor()
*/
ProcessorBasePtr findProcessor(const std::string& _processor_name) const;
/** \brief Factory method to install (create, and add to sensor) processors only from its properties
*
Loading