Specifies a snapshot within Recorder::buffer_ buffer. More...
#include <WaterfallBackend.h>
Public Member Functions | |
| Snapshot (int start) | |
| int | end () const |
| Returns the end of the reservation. More... | |
Public Attributes | |
| int | start |
| Start position of the snapshot in Recorder::buffer_ buffer. | |
| int | length |
| Length of the snapshot in number of FFT rows. | |
| int | reservation |
| Handle of the buffer reservation. See RingBuffer2D for more information. | |
| bool | includeRawData |
Specifies a snapshot within Recorder::buffer_ buffer.
|
inline |
Returns the end of the reservation.
The end is computed as start + length.
1.8.4