Class TScanUpdate
Unit
Declaration
type TScanUpdate = class(TCrossThread)
Description
: Class of thread that updates the tag values. Used by TProtocolDriver.
See also
Hierarchy
- TThread
- TCrossThread
- TScanUpdate
Overview
Methods
procedure Terminate; |
|
procedure ScanRead(Tag:TTagRec); |
|
procedure ScanWriteCallBack(SWPkg:PScanWriteRec); |
Properties
property OnGetValue: TGetValues read PGetValues write PGetValues; |
|
property OnScanTags: TGetMultipleValues read PScanTags write PScanTags; |
Description
Methods
procedure Terminate; |
|
: Requests the thread finalization. |
procedure ScanRead(Tag:TTagRec); |
|
: Updates the tag that requested a scan read.
Parameters
Exceptions raised
|
procedure ScanWriteCallBack(SWPkg:PScanWriteRec); |
|
: Updates the the tag that requested a scan write.
Parameters
Exceptions raised
|
Properties
property OnGetValue: TGetValues read PGetValues write PGetValues; |
|
: Event called by thread to get values and update a tag. |
property OnScanTags: TGetMultipleValues read PScanTags write PScanTags; |
|
: Returns the lists of tags to be updated or the next time to check has tags to be updated. |
Author
- Fabio Luis Girardi <[email protected]>
Generated by PasDoc 0.14.0.