__declspec(property(get = GetInputs, put = SetInputs)) TAnalysisConnectorsCollection*Inputs;
Connector property to obtain a pointer to a list of TSignal components holding the data to be processed.
Read:
virtual TAnalysisConnectorsCollection *GetInputs();Write:
void SetInputs(TAnalysisConnectorsCollection *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 a multi-channel input.
Declared in Dew::Signal::TAnalysis · Dew.Signal/SignalTools.h · Cross-compiler