Skip to content
  • Artur Grunau's avatar
    Update the typedefs of floating point properties · f318af5c
    Artur Grunau authored
    Floating point properties were previously typedef'd to specific
    instantiations of NumericProperty. Now that we have
    FloatingPointProperty, which extends NumericProperty to control how many
    decimal places should be shown when displaying the property's value, all
    typedefs for floating point properties have been updated to point to it
    instead.
    
    As a result, many processors and pipelines needed to have their includes
    and/or constructors fixed to import and work with the new typedefs.
    f318af5c