waterfall  0.2dev
 All Classes Files Functions Variables Enumerations Enumerator Pages
Public Member Functions | Public Attributes | List of all members
SnapshotRecorder::Snapshot Struct Reference

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
 

Detailed Description

Specifies a snapshot within Recorder::buffer_ buffer.

Member Function Documentation

int SnapshotRecorder::Snapshot::end ( ) const
inline

Returns the end of the reservation.

The end is computed as start + length.

Returns
the position in WaterfallBackend buffer after the last row of this snapshot

The documentation for this struct was generated from the following file: