|
AP&C API Reference
|
The contract to be used by entities providing formulae for determining measurement values. More...
Public Member Functions | |
| decimal | ProcessMeasurement (Monitoring.Measurement measurement, decimal resolution, Apac.Settings.Configuration config) |
| Should process the measurement at the given resolution and return a value according to the encoded formula. More... | |
Properties | |
| Apac.Monitoring.MeasurementUnit | Units [get] |
| Indicates the units to be applied to the result of ProcessMeasurement. More... | |
| Configuration.FormulaDescriptor | Descriptor [get] |
| Presents the metadata about this formula for use during configuration and troubleshooting scenarios. More... | |
The contract to be used by entities providing formulae for determining measurement values.
| T |
| decimal Apac.Data.IMeasurementFormula.ProcessMeasurement | ( | Monitoring.Measurement | measurement, |
| decimal | resolution, | ||
| Apac.Settings.Configuration | config | ||
| ) |
Should process the measurement at the given resolution and return a value according to the encoded formula.
| measurement | The Monitoring.Measurement to be processed. |
| resolution | The resolution at which measurement should be processed. |
| config | The configuration settings under which the routine should function. Some implemenations may ignore this parameter altogether. |
|
get |
Presents the metadata about this formula for use during configuration and troubleshooting scenarios.
|
get |
Indicates the units to be applied to the result of ProcessMeasurement.