GetSamples¶
-
virtual std::vector<PSample> IAcqSink::GetSamples() = 0¶
Gets the received samples and removes the samples from the sink buffer, i.e. each sample can be read exactly once from the buffer.
- Returns
std::vector<PSample> – Samples that are received between the last call of this function and now.
- Remarks
This method is allowed to be called before the complete callback is received.