pascalSCADA OPM: ValueProcessor: Class TScaleProcessor
From Pascal SCADA OPM
Class TScaleProcessor
Unit
Declaration
type TScaleProcessor = class(TComponent)
Description
Base class for all scale processors.
:
Hierarchy
- TComponent
- TScaleProcessor
Overview
Fields
FProperts:array of Double; |
Methods
procedure AddQueueItem(QueueItem:TCollectionItem); |
|
procedure DelQueueItem(QueueItem:TCollectionItem); |
|
function SetInGetOut(Sender:TComponent; Input:Double):Double; virtual; |
|
function SetOutGetIn(Sender:TComponent; Output:Double):Double; virtual; |
Properties
property Propriedade[index:LongInt]: Double read GetProperty write SetProperty; |
|
property Input: Double read FValueIn write SetInput Stored false; |
|
property Output: Double read GetOutput write SetOutput Stored false; |
Description
Fields
FProperts:array of Double; |
|
|
: Store the values of all properties. | |
Methods
procedure AddQueueItem(QueueItem:TCollectionItem); |
|
|
: Adds a object to dependents list. | |
procedure DelQueueItem(QueueItem:TCollectionItem); |
|
|
: Removes a object from the dependent object list. | |
Properties
property Propriedade[index:LongInt]: Double read GetProperty write SetProperty; |
|
|
: Returns each property of the scale processor. | |
Author
- Fabio Luis Girardi <fabio@pascalscada.com>
Generated by PasDoc 0.14.0.