AP&C API Reference
Public Member Functions | Events | List of all members
Apac.Data.IDataCompiler Interface Reference

The contract to be implemented by data compiling entities (processing raw data from IControllers. More...

Inheritance diagram for Apac.Data.IDataCompiler:
Apac.Data.ThreadedCompilationEngine Apac.Data.StandardCompiler

Public Member Functions

void ProcessReadings (Monitoring.Readings readings)
 

Events

MeasurementsCompiledHandler MeasurementsCompiled
 
FiveMinAvgsCompiledHandler FiveMinAvgsCompiled
 
DailyAvgsCompiledHandler DailyAvgsCompiled
 
HourlyAvgsCompiledHandler HourlyAvgsCompiled
 
MonthlyAvgsCompiledHandler MonthlyAvgsCompiled
 

Detailed Description

The contract to be implemented by data compiling entities (processing raw data from IControllers.

Template Parameters
ValueTypeThe type of data being compiled.

The documentation for this interface was generated from the following file: