|
CAEN FERS Library v1.3.0
SDK for FERS systems
|
Functions | |
| int | FERS_GetBoardInfo (int handle, FERS_BoardInfo_t *BrdInfo) |
| Get board info saved into the library structure. | |
| int | FERS_GetCncInfo (int handle, FERS_CncInfo_t *BrdInfo) |
| Get concentrator info saved into the library structure. | |
| uint32_t | FERS_pid (int handle) |
| Get the board PID. | |
| uint16_t | FERS_Code (int handle) |
| Get the code of the FERS board. | |
| char * | FERS_ModelName (int handle) |
| Get the model name of the FERS board. | |
| uint32_t | FERS_FPGA_FWrev (int handle) |
| Get the FPGA firmware revision of the FERS board. | |
| uint32_t | FERS_FPGA_FW_MajorRev (int handle) |
| Get the major revision of the FPGA firmware. | |
| uint32_t | FERS_FPGA_FW_MinorRev (int handle) |
| Get the minor revision of the FPGA firmware. | |
| uint32_t | FERS_uC_FWrev (int handle) |
| Get them microcontroller firmware revision. | |
| uint16_t | FERS_NumChannels (int handle) |
| Get the number of channels of the FERS board. | |
| uint8_t | FERS_PCB_Rev (int handle) |
| Get the PCB revision of the FERS board. | |
| bool | FERS_IsXROC (int handle) |
| Check if the board mounts an XROC ASIC chip. | |
| int FERS_GetBoardInfo | ( | int | handle, |
| FERS_BoardInfo_t * | BrdInfo ) |
Get board info saved into the library structure.
| [out] | BrdInfo | board information saved on library |
| [in] | handle | handle of the board |
| int FERS_GetCncInfo | ( | int | handle, |
| FERS_CncInfo_t * | BrdInfo ) |
Get concentrator info saved into the library structure.
| [out] | BrdInfo | concentrator information saved in library |
| [in] | handle | concentrator handle |
| uint32_t FERS_pid | ( | int | handle | ) |
Get the board PID.
| [in] | handle | Handle to the FERS device. |
| uint16_t FERS_Code | ( | int | handle | ) |
Get the code of the FERS board.
| [in] | handle | Handle to the FERS device |
| char * FERS_ModelName | ( | int | handle | ) |
Get the model name of the FERS board.
| [in] | handle | Handle to the FERS device |
| uint32_t FERS_FPGA_FWrev | ( | int | handle | ) |
Get the FPGA firmware revision of the FERS board.
| [in] | handle | Handle to the FERS device |
| uint32_t FERS_FPGA_FW_MajorRev | ( | int | handle | ) |
Get the major revision of the FPGA firmware.
| [in] | handle | Handle to the FERS device |
| uint32_t FERS_FPGA_FW_MinorRev | ( | int | handle | ) |
Get the minor revision of the FPGA firmware.
| [in] | handle | Handle to the FERS device |
| uint32_t FERS_uC_FWrev | ( | int | handle | ) |
Get them microcontroller firmware revision.
| [in] | handle | Handle to the FERS device |
| uint16_t FERS_NumChannels | ( | int | handle | ) |
Get the number of channels of the FERS board.
| [in] | handle | Handle to the FERS device |
| uint8_t FERS_PCB_Rev | ( | int | handle | ) |
Get the PCB revision of the FERS board.
| [in] | handle | Handle to the FERS device |
| bool FERS_IsXROC | ( | int | handle | ) |
Check if the board mounts an XROC ASIC chip.
| [in] | handle | Handle to the FERS device |