EBST_CAM
|
Settings struct for the ESLSCDLL API. More...
Go to the source code of this file.
Classes | |
struct | camera_settings |
Individual settings for each PCIe board. More... | |
struct | measurement_settings |
In this struct are settings, that are the same for all PCIe boards. More... | |
struct | measurement_settings_matlab |
In this struct are settings, that are the same for all PCIe boards. More... | |
struct | file_header |
struct | special_pixels |
struct | verify_data_parameter |
Macros | |
#define | MAXPCIECARDS 5 |
Maximum number of PCIe cards. | |
#define | MAXCAMCNT 8 |
Maximum number of cameras per PCIe card. | |
#define | MAX_NUMBER_OF_REGIONS 8 |
Maximum for the setting camera_settings::number_of_regions. | |
#define | DACCOUNT 8 |
Number of DAC channels in the high speed camera. | |
#define | IOCTRL_OUTPUT_COUNT 8 |
Number of output channels in the IOCTRL. | |
Settings struct for the ESLSCDLL API.
#define DACCOUNT 8 |
Number of DAC channels in the high speed camera.
#define IOCTRL_OUTPUT_COUNT 8 |
Number of output channels in the IOCTRL.
#define MAX_NUMBER_OF_REGIONS 8 |
Maximum for the setting camera_settings::number_of_regions.
The actual maximum is 5, but we use 8 to ensure the correct memory layout.
#define MAXCAMCNT 8 |
Maximum number of cameras per PCIe card.
Multiple cameras can be connected in line and measure simultaneously.
#define MAXPCIECARDS 5 |
Maximum number of PCIe cards.
If your mainboard allows you could us up to 5 PCIe cards and measure with all of them simultaneously.