AxsunOCTCapture 3.8.2
Captures and buffers streamed imaged data from the Axsun Ethernet/PCIe DAQ and displays or retrieves images to a client application on request.
Data Fields
new_image_callback_data_t Struct Reference

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
 

Detailed Description

Structure for data made available to user in a new image callback event via registered AxNewImageCallbackFunction_t.

Examples
AxsunOCTCapture_example_NewImageCallback.cpp.

Field Documentation

◆ image_number

uint32_t image_number

The unique number of the newly enqueued image responsible for triggering the callback, or 0 if in force-triggered mode.

Examples
AxsunOCTCapture_example_NewImageCallback.cpp.

◆ required_buffer_size

uint32_t required_buffer_size

The size (in bytes) of a buffer that must be allocated before image retrieval using axRequestImage().

Examples
AxsunOCTCapture_example_NewImageCallback.cpp.

◆ session

AOChandle session

The current AxsunOCTCapture session handle.

Examples
AxsunOCTCapture_example_NewImageCallback.cpp.

◆ waiting_callbacks

uint32_t waiting_callbacks

The number of callbacks waiting to be processed.


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