Home
last modified time | relevance | path

Searched defs:_SensorThresholdIface (Results 1 – 1 of 1) sorted by relevance

/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.h696 struct _SensorThresholdIface struct
698 GTypeInterface parent_iface;
702 gboolean (*handle_get_state) (
706 GVariant * (*get_lower_critical) (SensorThreshold *object);
708 GVariant * (*get_lower_warning) (SensorThreshold *object);
710 guchar (*get_state) (SensorThreshold *object);
712 GVariant * (*get_upper_critical) (SensorThreshold *object);
714 GVariant * (*get_upper_warning) (SensorThreshold *object);
716 void (*critical) (
719 void (*normal) (
[all …]