13 constant
int FLAG_VALUE_INVALID = 0x1;
16 constant
int FLAG_VALUE_OLD = 0x2;
19 constant
int FLAG_ENTRY_CRITICAL = 0x4;
Fitness Daemon interface
Definition: Fitness.idl:10
vector< DataEntry > getDataEntries()
Returns the fitness data entries.
vector< ErrorLogEntry > getErrorLogEntries(in int startIndex, in int count)
Returns the error log.
void getErrorLogIndexRange(out int firstIndex, out int entryCount)
Returns the error log index range.
Fitness Daemon
Definition: Fitness.idl:7
An entry in the reliability database.
Definition: Fitness.idl:22
string id
unique id of the entry
Definition: Fitness.idl:23
int maxValue
maximum possible normalized value
Definition: Fitness.idl:25
int thresholdValue
normalized threshold value
Definition: Fitness.idl:27
int value
normalized value
Definition: Fitness.idl:24
long rawValue
raw value
Definition: Fitness.idl:28
int flags
flags (see above)
Definition: Fitness.idl:29
int worstValue
worst normalized value seen yet
Definition: Fitness.idl:26
An entry in the reliability error log.
Definition: Fitness.idl:38
time timeStampUTC
UTC time stamp when error occured.
Definition: Fitness.idl:44
long rawValue
raw value
Definition: Fitness.idl:42
int powerOnHours
power on hours when error occured
Definition: Fitness.idl:43
int thresholdValue
normalized threshold value
Definition: Fitness.idl:41
string id
id of the associated data entry
Definition: Fitness.idl:39
int value
normalized value
Definition: Fitness.idl:40