TSignalStoreBufferList::Inputs Property

__declspec(property(get = GetInputs, put = SetInputs)) TAnalysisList*Inputs;

Data source.

Read: TAnalysisList *GetInputs();
Write: void SetInputs(TAnalysisList *Value);
Remarks:

Defines the data source for the component, if the source is a list of components. Setting this property to other then nil, will set Input property to nil.

Declared in Dew::Signal::TSignalStoreBufferList · Dew.Signal/SignalProcessing.h · Cross-compiler