class LoopSelection

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescription
loop_selectionuint32ControlLoopSelection enum

Member functions

Function nameReturn typeInput typeDescription
loop_selection() constuint32voidReturns the current value of loop_selection. If the loop_selection is not set, returns 0.
set_loop_selection()voiduint32Sets the value of loop_selection. After calling this, loop_selection() will return value.
clear_loop_selection()voidvoidClears the value of loop_selection. After calling this, loop_selection() will return the empty string/empty bytes.

Parent topic: ActuatorConfig (C++)