class SafetyStatus

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescription
valueuint32Safety status (e.g. in error, warning or normal state)

Member functions

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

Parent topic: DeviceConfig (C++)