bool Monitor(TVec *Dst, TMonitorMode MonitorMode);
Reads Dst.Length of most recent data, without advancing the read or write cursor.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TVec * | |
| 2 | MonitorMode | TMonitorMode |
Remarks:
The function returns true, if the buffer was long enough to fill the dst, independently of the state of the buffer.
Declared in Dew::Signal::TSignalBuffer · Dew.Signal/SignalProcessing.h · Cross-compiler