Class tsigout

Unit

Declaration

type tsigout = class(tsigconnection)

Description

No description available, ancestor tsigconnection description follows
No description available, ancestor tdoublesigcomp description follows
No description available, ancestor tsigcomp description follows
No description available, ancestor tcustomsigcomp description follows
No description available, ancestor tmsecomponent description follows

Hierarchy

Overview

Methods

Protected function getinputar: inputconnarty; override;
Protected function gethandler: sighandlerprocty; override;
Protected procedure sighandler(const ainfo: psighandlerinfoty);
Public constructor create(aowner: tcomponent); override;
Public destructor destroy; override;
Public procedure clear; override;
Public procedure sigoutput1(var adest: doublearty);
Public function sigoutput: doublearty;

Properties

Public property value: double read getvalue;
Published property input: tdoubleinputconn read getinput write setinput;
Published property buffersize: integer read fbuffersize write setbuffersize default 0;
Published property onoutput: sigouteventty read fonoutput write fonoutput;
Published property onoutputburst: sigoutbursteventty read fonoutputburst write fonoutputburst;

Description

Methods

Protected function getinputar: inputconnarty; override;
 
Protected function gethandler: sighandlerprocty; override;
 
Protected procedure sighandler(const ainfo: psighandlerinfoty);
 
Public constructor create(aowner: tcomponent); override;
 
Public destructor destroy; override;
 
Public procedure clear; override;
 
Public procedure sigoutput1(var adest: doublearty);
 
Public function sigoutput: doublearty;
 

Properties

Public property value: double read getvalue;
 
Published property input: tdoubleinputconn read getinput write setinput;
 
Published property buffersize: integer read fbuffersize write setbuffersize default 0;
 
Published property onoutput: sigouteventty read fonoutput write fonoutput;
 
Published property onoutputburst: sigoutbursteventty read fonoutputburst write fonoutputburst;
 

Generated by PasDoc 0.16.0.