Class TRollAvgWindow
Unit
Declaration
type TRollAvgWindow = class(TObject)
Description
Hierarchy
- TObject
- TRollAvgWindow
Overview
Methods
constructor Create(); |
|
destructor Destroy; OVERRIDE; |
|
procedure Add(IncomingSampleValue: Double; IncomingSampleTime: Double; VAvgWindowLengthSec: Double); |
|
procedure SetLength(const Value: Integer); |
|
function AvgVal: Double; |
|
function AccumSec: Double; |
Description
Methods
constructor Create(); |
|
destructor Destroy; OVERRIDE; |
|
procedure Add(IncomingSampleValue: Double; IncomingSampleTime: Double; VAvgWindowLengthSec: Double); |
|
procedure SetLength(const Value: Integer); |
|
function AvgVal: Double; |
|
function AccumSec: Double; |
|
Generated by PasDoc 0.16.0.