TSignalFilter::Prepared Property

__declspec(property(get = GetPrepared, put = SetPrepared)) bool Prepared;

Returns true, if the filter has been succesfully initialized.

Read: bool GetPrepared();
Write: void SetPrepared(const bool Value);
Remarks:

Set Prepared to False to request reinitialization of the filter.

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