class ControlLoop

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescription
control_loopuint32Use ControlLoopSelection enum values to form bitmask

Member functions

Function nameReturn typeInput typeDescription
control_loop()uint32voidReturns the current value of control_loop. If the control_loop is not set, returns 0.
set_control_loop()voiduint32Sets the value of control_loop. After calling this, control_loop() will return value.
clear_control_loop()voidvoidClears the value of control_loop. After calling this, control_loop() will return 0.

Parent topic: ActuatorConfig (C++)