Skip to content

Moovable

Simone Liuzzo requested to merge moovable into master

All attributes that need a calibration and a test of limits when set are used via the class moovable

the class moovable:

  • applies the calibration
  • keeps the limits under control. limits can be set absolute or relative.
  • waits for setting to be reached

a dummy moovable object can be created with moovable('')

the class RingControl is then freed of several properties and the names of properties are redefined to be more evocative.

all methods and classes have been upated to use the moovable (ex obj.getHSteerers -> obj.sh.get )

Merge request reports