enum class obix::Status
sys::Obj sys::Enum obix::Status
@Serializable { simple=true }
Status enumeration indicates data quality.
- alarm
-
const static Status alarm := ...
Object is currently in an alarm state.
- disabled
-
const static Status disabled := ...
Object has been disabled from normal operation.
- down
-
const static Status down := ...
Communications failure.
- fault
-
const static Status fault := ...
Object data is not available or trustworth due to failure condition.
- fromStr
-
static new fromStr(Str name, Bool checked := true)
Return the Status instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- ok
-
const static Status ok := ...
Normal status condition.
- overridden
-
const static Status overridden := ...
Data is ok, but local override is in effect.
- unacked
-
const static Status unacked := ...
Past alarm condition remains unacknowledged.
- unackedAlarm
-
const static Status unackedAlarm := ...
Object is currently in an the alarm state which has not been acknowledged.
- vals
-
const static Status[] vals := ...
List of Status values indexed by ordinal