TSignalBrowse::Input Property

__declspec(property(get = GetInput, put = SetInput)) TAnalysis*Input;

Connector property to obtain a pointer to the TSignal component holding the data to be processed.

Read: virtual TAnalysis *GetInput();
Write: virtual void SetInput(TAnalysis *Value);
Remarks:

The result of the processing is to be placed in Self.Publish this property in the derived classes, if your processing algorithm requires only a single channel input.

Declared in Dew::Signal::TAnalysis · Dew.Signal/SignalTools.h · Cross-compiler