Class TRollAvgWindow

Unit

Declaration

type TRollAvgWindow = class(TObject)

Description

Hierarchy

Overview

Methods

Public constructor Create();
Public destructor Destroy; OVERRIDE;
Public procedure Add(IncomingSampleValue: Double; IncomingSampleTime: Double; VAvgWindowLengthSec: Double);
Public procedure SetLength(const Value: Integer);
Public function AvgVal: Double;
Public function AccumSec: Double;

Description

Methods

Public constructor Create();
 
Public destructor Destroy; OVERRIDE;
 
Public procedure Add(IncomingSampleValue: Double; IncomingSampleTime: Double; VAvgWindowLengthSec: Double);
 
Public procedure SetLength(const Value: Integer);
 
Public function AvgVal: Double;
 
Public function AccumSec: Double;
 

Generated by PasDoc 0.16.0.