Click or drag to resize
Grid Solutions Framework

DynamicCalculator Namespace

 
Classes
  Class Description
Public class AggregateFunctions Common aggregate functions for use with array variables in the DynamicCalculator.
Public class DatabaseNotifier The DatabaseNotifier is an action adapter which takes multiple input measurements and defines a boolean expression such that when the expression is true a database operation is triggered.
Public class DynamicCalculator The DynamicCalculator is an action adapter which takes multiple input measurements and performs a calculation on those measurements to generate its own calculated measurement.
Public class DynamicFilter The DynamicFilter is a filter adapter which takes multiple input measurements and performs a calculation on those measurements to augment their values before they are routed to other adapters.
Public class EmailNotifier The EmailNotifier is an action adapter which takes multiple input measurements and defines a boolean expression such that when the expression is true an e-mail is triggered.
Enumerations
  Enumeration Description
Public enumeration FilterOperation Represents the target operation type for a filter.
Public enumeration TimestampSource Represents the source of a timestamp.