Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 801 Bytes

LoopSelection.md

File metadata and controls

18 lines (12 loc) · 801 Bytes

class LoopSelection

Member values

Member name Data type Description
loop_selection uint32 ControlLoopSelection enum

Member functions

Function name Return type Input type Description
loop_selection() const uint32 void Returns the current value of loop_selection. If the loop_selection is not set, returns 0.
set_loop_selection() void uint32 Sets the value of loop_selection. After calling this, loop_selection() will return value.
clear_loop_selection() void void Clears the value of loop_selection. After calling this, loop_selection() will return the empty string/empty bytes.

Parent topic: ActuatorConfig (C++)