Storage for Health Monitor Sensor Charts. More...


Public Member Functions | |
| _.Library.Status | OnNew (_.Library.String pID, _.Library.String sensor, _.Library.String sensoritem, _.Library.String mean, _.Library.String sigma, _.Library.List readings, _.Library.String highvalue, _.Library.String warnvalue, _.Library.String version) |
| Set the Chart properties. | |
| _.Library.String | AlertValueGet () |
| returns Alert value | |
| _.Library.String | WarningValueGet () |
| returns Warning value | |
Static Public Member Functions | |
| _.Library.Status | CreateChart (_.Library.String pID, _.Library.String sensor, _.Library.Numeric mean, _.Library.Numeric sigma, _.Library.List readings, _.Library.String item, _.Library.String high, _.Library.String warn) |
| Create a chart for a Period ID, sensor, and list of readings. | |
| _.Library.Status | SetChartStats (_.Library.String pID, _.Library.String sensor, _.Library.List readings, _.Library.String item, _.Library.String highvalue, _.Library.String warnvalue) |
| Set chart statistics based on list of values. | |
Public Attributes | |
| AlertValue | |
| Sensor Alert Value. More... | |
| HighValue | |
| Sensor High Value. More... | |
| Mean | |
| Sensor mean. More... | |
| PeriodID | |
| Owner Period. More... | |
| Readings | |
| Sensor readings. More... | |
| SampleMeans | |
| Sensor mean samples. More... | |
| SampleReadings | |
| Sensor readings samples. More... | |
| Sensor | |
| Sensor name. More... | |
| SensorItem | |
| Sensor item. More... | |
| SensorObject | |
| Columns for this table. More... | |
| Sigma | |
| Sensor standard deviation (sigma) More... | |
| Version | |
| Version. More... | |
| WarnValue | |
| Sensor Warn Value. More... | |
| WarningValue | |
| Sensor Warning Value. More... | |
Storage for Health Monitor Sensor Charts.
Each SensorObject may have multiple Charts for different time Periods.
| AlertValue |
| HighValue |
| Mean |
Sensor mean.
| PeriodID |
Owner Period.
| Readings |
Sensor readings.
| SampleMeans |
Sensor mean samples.
| SampleReadings |
Sensor readings samples.
| Sensor |
Sensor name.
| SensorItem |
Sensor item.
Columns for this table.
| Sigma |
Sensor standard deviation (sigma)
| Version |
Version.
| WarnValue |
Sensor Warn Value.
An adjusted warning value based on High Value
| WarningValue |
Sensor Warning Value.
The value which will trigger a warning.
Computed based on Sensor Object and runtime statistics.