GetTriggerOccurrences¶
-
virtual std::vector<SAcquisitionTriggerOccurrence> IAcqSink::GetTriggerOccurrences() = 0¶
Gets the trigger occurrences and removes the occurrences from the sink buffer, i.e. each occurrence can be read exactly once from the buffer.
- Returns
std::vector<SAcquisitionTriggerOccurrence> – All trigger occurrences 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.