Skip to content

v4.6.0 Function pointers to functions with void* arguments added to most classes requiring them

Latest

Choose a tag to compare

@GabyGold67 GabyGold67 released this 21 Jul 09:50
927cefd
  • Added attribute flags:
    • For SldrDALtchMPBttn class:
      • Added state for Current Output Value is Maximum (otptCurValIsMax)
      • Added state for Current Output Value is Minimum (otptCurValIsMin)
  • Added functions without parameters and functions with void* parameter for attribute flags value changes:
    • Current Output Value is Maximum
    • Current Output Value is Minimum
    • Output modification direction is Up (increment)
    • Output modification direction is Down (decrement)
  • Added getters and setters for the functions to execute when states changes for the new attribute flags:
    • otptCurValIsMaxOff
    • otptCurValIsMaxOn
    • otptCurValIsMinOff
    • otptCurValIsMinOn
    • curSldrDirUp