Type SLGoertzOne.TSLComplexNotifyEvent
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: SignalLabPkg
Unit: SLGoertzOne
Contents |
Syntax
Delphi:
type procedure TSLComplexNotifyEvent( Sender : TObject, RealValue : Real, ImaginaryValue : Real, SpectrumValue : Real ) of object;
C++ Builder:
typedef void __fastcall (__closure *TSLComplexNotifyEvent)( TObject * Sender, double RealValue, double ImaginaryValue, double SpectrumValue );
Summary
Event type for the OnClaculate of the TSLGoertzOne component.
Description
Used for the OnClaculate of the TSLGoertzOne component.
The OnClaculate event is fired when a new set of values has been calculated.
Write event handler for this event in order to use the results of the TSLGoerzOne.