![]() |
AxsunOCTControl_LW 1.6.0
A light-weight & cross-platform alternative to the .NET-based AxsunOCTControl.dll.
|
This header file contains enums and other definitions for integrating AxsunOCTCapture.dll and AxsunOCTControl_LW.dll into a client application. More...
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | axtimeval_t |
Structure for packet time stamp with platform-independent size. More... | |
Typedefs | |
typedef struct axtimeval_t | axtimeval_t |
Structure for packet time stamp with platform-independent size. | |
typedef enum AxErr | AxErr |
Error codes returned from AxsunOCTCapture or AxsunOCTControl_LW functions. Use axGetErrorString() in AxsunOCTCapture or axGetErrorExplained() in AxsunOCTControl_LW for descriptions. | |
typedef enum AxPipelineMode | AxPipelineMode |
DAQ pipeline modes. | |
typedef enum AxChannelMode | AxChannelMode |
DAQ channel selection modes. | |
typedef enum AxDataType | AxDataType |
Integer data types which may be generated by the Axsun DAQ depending on selected pipeline bypass mode. | |
typedef enum AxEdgeSource | AxEdgeSource |
DAQ clock and trigger sources. | |
Enumerations | |
enum | AxErr |
Error codes returned from AxsunOCTCapture or AxsunOCTControl_LW functions. Use axGetErrorString() in AxsunOCTCapture or axGetErrorExplained() in AxsunOCTControl_LW for descriptions. | |
enum | AxPipelineMode { UNKNOWN = 0 , RAW_ADC = 1 , WINDOWED = 2 , IFFT = 3 , MOD_SQUARED = 4 , SQRT = 5 , LOG = 6 , EIGHT_BIT = 7 , JPEG_COMP = 8 , PIPELINEMODE_RFU = 9 } |
DAQ pipeline modes. More... | |
enum | AxChannelMode { CHAN_1 = 0 , CHAN_2 = 1 , SUM_CHANNELS = 2 , INTERLEAVE_CHANNELS = 3 , CHANNELMODE_RFU = 4 } |
DAQ channel selection modes. More... | |
enum | AxDataType { U8 , U16 , U32 , CMPLX , I16 , U16_le , U32_le , CMPLX_le , I16_le , I32_le , AXDATATYPE_RFU } |
Integer data types which may be generated by the Axsun DAQ depending on selected pipeline bypass mode. More... | |
enum | AxEdgeSource { EXTERNAL = 0 , INTERNAL = 1 , LVDS = 2 , LVCMOS = 3 , INTERNAL_SYNC = 4 , LVDS_FRONT = 5 , LVCMOS_FRONT = 6 } |
DAQ clock and trigger sources. More... | |
This header file contains enums and other definitions for integrating AxsunOCTCapture.dll and AxsunOCTControl_LW.dll into a client application.
enum AxChannelMode |
enum AxDataType |
Integer data types which may be generated by the Axsun DAQ depending on selected pipeline bypass mode.
enum AxEdgeSource |
DAQ clock and trigger sources.
enum AxPipelineMode |
DAQ pipeline modes.