AP&C API Reference
Classes
Apac.Plugins.Formulae Namespace Reference

Classes

class  DemoAmpsToKilowattsFormula
 Adds the ability for a hard value override to the AmpsToKilowatts formula. This would be useful for demonstration purposes only. More...
 
class  MockTempF
 Converts a ushort from the mock controller into a rational value representing temperature. More...
 
class  AmpsToKilowattsFormula
 A formula implementation for aggregating multiple readings of current (amperes) into a single reading of kilowatts. More...
 
class  BinarizationFormula
 A formula to descretize incoming values into zeros and ones. This can help the system determine on/off states of various elements without complex activities further along in the processing chain. This is a specialization of DiscretizationFormula which requires more work to configure. More...
 
class  DiscretizationFormula
 
class  TempDeltaFlowBtuFormula
 A formula implementation for calculating BTUs exchanged based on temperature difference and configurable flow rate using the standard formula (tmpIn - tmpOut) * gpm * 500. More...