__declspec(property(get = GetInput, put = SetInput)) TAnalysis*Input;
Connector property to obtain a pointer to the TSignal component holding the data to be processed.
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