ReserveAcqSink¶
- 
virtual PAcqSink IAcquisition::ReserveAcqSink(int32_t capacity, EAcqSinkMode mode) = 0¶
- Reserves an acquisition sink for collection of samples and trigger occurrences. - Parameters
- capacity – Capacity of the sample buffer in number of samples. Negative value means ‘infinite’ capacity. 
- mode – Mode of operation in case of sample buffer overflow. 
 
- Returns
- PAcqSink – Reserved acquisition sink. 
- Throws
- CObjectDestroyedException– Object is destroyed.