Skip to content

rm DoubleDescriptor from code

Mikhail Svechnikov requested to merge from_DoubleDescriptor_7 into main

The rest of DoubleDescriptor interfaces are replaced to DoubleProperty.

DoubleDescriptor is completely removed.

Steps of Descriptor refactoring:

  1. reduce usage of functional pointers set() and get() of DoubleDescriptor
  2. move Descriptor functionality to Property
  3. use Property instead of Descriptor
  4. remove Descriptor from code
  5. refactor serialization of Property
  6. replace Property macro definitions like DOUBLE_PROPERTY(intensity, Intensity) by explicit member with setter and getter

This MR does (1,3,4) for DoubleDescriptor

Merge request reports

Loading