TSpectrumStatsBuffer::OnBufferFilled Property

__declspec(property(get = GetOnBufferFilled, put = SetOnBufferFilled)) tNotifyEvent OnBufferFilled;

Called when buffer is full and before the data contained is used by any conected components.

Read: tNotifyEvent GetOnBufferFilled();
Write: void SetOnBufferFilled(const tNotifyEvent &Value);
Declared in Dew::Signal::TStatsBuffer · Dew.Signal/SignalAnalysis.h · Cross-compiler