SERIAL INTERFACE DEVELOPERS GUIDE
Description: Software build ID of the loaded embedded application. Read only data member.
6.2.11 CameraConfig.fpgaVersion[2]
Type: UWord16
Size: 2 Words
Description: Xilinx FPGA version code of the stored configuration file. Read only data member.
6.2.12 CameraConfig.fpaSize
Type: IMAGE_SIZE
/* FPA Size Structure */
struct _IMAGE_SIZE
{
UWord16 rows; /* Rows (Vertical) */
UWord16 cols; /* Columns (Horizontal) */
};
typedef struct _IMAGE_SIZE IMAGE_SIZE, *PTR_IMAGE_SIZE;
Size: 2 Words
Description: Structure that is filled at run time once it is determined the type of FPA that the embedded
application will be configured to operate. Read only data member.
6.2.13 CameraConfig.agcLowIntensity
Type: UWord16
Size: 1 Word
Description: Value computed from any of the automatic gain and level control routines. Read only
data member.
6.2.14 CameraConfig.agcHighIntensity
Type: UWord16
Size: 1 Word
Description: Value computed from any of the automatic gain and level control routines. Read only
data member.
6.2.15 CameraConfig.actOpName[4]
Type: UWord16
Size: 4 Words (8 Bytes)
Description: Mnemonic for the active operational mode. Read only data member.
6.2.16 CameraConfig.actNucName[4]
Type: UWord16
Size: 4 Words (8 Bytes)
Description: Mnemonic for the active NUC mode. Read only data member.
6.2.17 CameraConfig.bitFieldIndex
Type: UWord16
23