class TwistLinearSoftLimit

February 26, 2020 ยท View on GitHub

Member values

Member nameData typeDescription
control_modeuint32Control mode
twist_linear_soft_limitfloat32Software linear twist limit

Member functions

Function nameReturn typeInput typeDescription
control_mode() constuint32voidReturns the current value of control_mode. If the control_mode is not set, returns 0.
set_control_mode()voiduint32Sets the value of control_mode. After calling this, control_mode() will return value.
clear_control_mode()voidvoidClears the value of control_mode. After calling this, control_mode() will return the empty string/empty bytes.
twist_linear_soft_limit()float32voidReturns the current value of twist_linear_soft_limit. If the twist_linear_soft_limit is not set, returns 0.
set_twist_linear_soft_limit()voidfloat32Sets the value of twist_linear_soft_limit. After calling this, twist_linear_soft_limit() will return value.
clear_twist_linear_soft_limit()voidvoidClears the value of twist_linear_soft_limit. After calling this, twist_linear_soft_limit() will return 0.

Parent topic: ControlConfig (C++)