Scope
NiFpga_NoiseOutput_PXIe7962R.h
1 /*
2  * Generated with the FPGA Interface C API Generator 12.0.0
3  * for NI-RIO 12.0.0 or later.
4  */
5 
6 #ifndef __NiFpga_NoiseOutput_PXIe7962R_h__
7 #define __NiFpga_NoiseOutput_PXIe7962R_h__
8 
9 #ifndef NiFpga_Version
10  #define NiFpga_Version 1200
11 #endif
12 
13 #include "NiFpga.h"
14 
22 #define NiFpga_NoiseOutput_PXIe7962R_Bitfile "NiFpga_NoiseOutput_PXIe7962R.lvbitx"
23 
27 static const char* const NiFpga_NoiseOutput_PXIe7962R_Signature = "AF6B7AB2245DE9B89690405679475B9A";
28 
29 typedef enum
30 {
31  NiFpga_NoiseOutput_PXIe7962R_IndicatorBool_Acquiring = 0xE,
32  NiFpga_NoiseOutput_PXIe7962R_IndicatorBool_ToHostA1Ch1Overflow = 0x1E,
33  NiFpga_NoiseOutput_PXIe7962R_IndicatorBool_ToHostA1Ch2Overflow = 0x1A,
34  NiFpga_NoiseOutput_PXIe7962R_IndicatorBool_ToHostA2Ch1Overflow = 0x16,
35  NiFpga_NoiseOutput_PXIe7962R_IndicatorBool_ToHostA2Ch2Overflow = 0x12,
36 } NiFpga_NoiseOutput_PXIe7962R_IndicatorBool;
37 
38 typedef enum
39 {
40  NiFpga_NoiseOutput_PXIe7962R_ControlBool_Acquire = 0x2,
41  NiFpga_NoiseOutput_PXIe7962R_ControlBool_Acquirecontinuously = 0x26,
42  NiFpga_NoiseOutput_PXIe7962R_ControlBool_Quit = 0x3A,
43  NiFpga_NoiseOutput_PXIe7962R_ControlBool_Waitfortrigger = 0x22,
44 } NiFpga_NoiseOutput_PXIe7962R_ControlBool;
45 
46 typedef enum
47 {
48  NiFpga_NoiseOutput_PXIe7962R_ControlU32_RequestedpixelsA1 = 0x28,
49  NiFpga_NoiseOutput_PXIe7962R_ControlU32_RequestedpixelsA2 = 0x4,
50  NiFpga_NoiseOutput_PXIe7962R_ControlU32_SamplesperlineA1 = 0x30,
51  NiFpga_NoiseOutput_PXIe7962R_ControlU32_SamplesperlineA2 = 0x2C,
52  NiFpga_NoiseOutput_PXIe7962R_ControlU32_SamplesperpixelA1 = 0x8,
53  NiFpga_NoiseOutput_PXIe7962R_ControlU32_SamplesperpixelA2 = 0x34,
54 } NiFpga_NoiseOutput_PXIe7962R_ControlU32;
55 
56 typedef enum
57 {
58  NiFpga_NoiseOutput_PXIe7962R_TargetToHostFifoU16_ToHostA1Ch1FIFO = 3,
59  NiFpga_NoiseOutput_PXIe7962R_TargetToHostFifoU16_ToHostA1Ch2FIFO = 2,
60  NiFpga_NoiseOutput_PXIe7962R_TargetToHostFifoU16_ToHostA2Ch1FIFO = 1,
61  NiFpga_NoiseOutput_PXIe7962R_TargetToHostFifoU16_ToHostA2Ch2FIFO = 0,
62 } NiFpga_NoiseOutput_PXIe7962R_TargetToHostFifoU16;
63 
64 #endif