%SYS
Chart Class Reference

Storage for Health Monitor Sensor Charts. More...

Inheritance diagram for Chart:
Collaboration diagram for Chart:

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...
 

Detailed Description

Storage for Health Monitor Sensor Charts.

Each SensorObject may have multiple Charts for different time Periods.

Member Data Documentation

◆ AlertValue

AlertValue

Sensor Alert Value.

The value which will trigger an Alert.

Computed based on Sensor Object and runtime statistics.  

◆ HighValue

HighValue

Sensor High Value.

The highest value during the Period

 

◆ Mean

Mean

Sensor mean.

 

◆ PeriodID

PeriodID

Owner Period.

 

◆ Readings

Readings

Sensor readings.

 

◆ SampleMeans

SampleMeans

Sensor mean samples.

 

◆ SampleReadings

SampleReadings

Sensor readings samples.

 

◆ Sensor

Sensor

Sensor name.

 

◆ SensorItem

SensorItem

Sensor item.

 

◆ SensorObject

Columns for this table.

 

◆ Sigma

Sigma

Sensor standard deviation (sigma)

 

◆ Version

Version

Version.

 

◆ WarnValue

WarnValue

Sensor Warn Value.

An adjusted warning value based on High Value

 

◆ WarningValue

WarningValue

Sensor Warning Value.

The value which will trigger a warning.

Computed based on Sensor Object and runtime statistics.