Skip to content
Snippets Groups Projects

Draft: Resolve "Implementation of new nodes creation"

Open Joan Vallvé Navarro requested to merge 454-implementation-of-new-nodes-creation into devel
2 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -41,7 +41,7 @@ class ProcessorTrackerFeatureDummy : public ProcessorTrackerFeature
// Factory method for high level API
WOLF_PROCESSOR_CREATE(ProcessorTrackerFeatureDummy);
void configure(SensorBasePtr _sensor) override {};
void configure(SensorBasePtr _sensor) override{};
/** \brief Track provided features in \b _capture
* \param _features_in input list of features in \b last to track
Loading