ADM-XRC SDK 2.8.1 User Guide (Linux)
© Copyright 2001-2009 Alpha Data


ADMXRC_FPGA_TYPE

Declaration

typedef enum _ADMXRC_FPGA_TYPE
{
    ADMXRC_FPGA_4085XL,
    ADMXRC_FPGA_40150XV,
    ADMXRC_FPGA_40200XV,
    ADMXRC_FPGA_40250XV,
    ADMXRC_FPGA_V1000,
    ADMXRC_FPGA_V400,
    ADMXRC_FPGA_V600,
    ADMXRC_FPGA_V800,
    ADMXRC_FPGA_V2000E,
    ADMXRC_FPGA_V1000E,
    ADMXRC_FPGA_V1600E,
    ADMXRC_FPGA_V3200E,
    ADMXRC_FPGA_V812E,
    ADMXRC_FPGA_V405E,
    ADMXRC_FPGA_UNKNOWN
} ADMXRC_FPGA_TYPE;

Description

This type represents the FPGA device fitted to a card. Certain API functions require knowledge of what FPGA device is fitted in order to operate. The type of FPGA fitted to a card can be obtained from the ADMXRC_CARD_INFO structure returned by ADMXRC_GetCardInfo.

 


 Top of page