AxsunOCTCapture
3.6.0.0
Captures and buffers streamed imaged data from the Axsun Ethernet/PCIe DAQ and displays or retrieves images to a client application on request.
|
Structure for data made available to user in a new image callback event via registered AxNewImageCallbackFunction_t. More...
#include <AxsunOCTCapture.h>
Data Fields | |
AOChandle | session |
uint32_t | image_number |
uint32_t | required_buffer_size |
uint32_t | waiting_callbacks |
Structure for data made available to user in a new image callback event via registered AxNewImageCallbackFunction_t.
uint32_t image_number |
The unique number of the newly enqueued image responsible for triggering the callback, or 0 if in force-triggered mode.
uint32_t required_buffer_size |
The size (in bytes) of a buffer that must be allocated before image retrieval using axRequestImage().
AOChandle session |
The current AxsunOCTCapture session handle.
uint32_t waiting_callbacks |
The number of callbacks waiting to be processed.