#include <ngcdcsCFG.hpp>
Public Member Functions | |
| ngcdcs_adc_cfg_t () | |
| Constructor. | |
Public Attributes | |
| int | devIdx |
| Device index. | |
| ngcb_route_t | route |
| Route to module. | |
| int | num |
| Number of ADCs on board. | |
| int | bitPix |
| Number of bits per pixel (16, 18, ...) | |
| int | firstInChain |
| First in chain. | |
| int | packetCnt |
| Packet routing length. | |
| char | group [64] |
| Optional group. | |
| char | name [64] |
| Optional name. | |
| char | spec [64] |
| Type specifier (optional) | |
ADC module system configuration
|
inline |
Constructor.
| int ngcdcs_adc_cfg_t::bitPix |
Number of bits per pixel (16, 18, ...)
| int ngcdcs_adc_cfg_t::devIdx |
Device index.
| int ngcdcs_adc_cfg_t::firstInChain |
First in chain.
| char ngcdcs_adc_cfg_t::group[64] |
Optional group.
| char ngcdcs_adc_cfg_t::name[64] |
Optional name.
| int ngcdcs_adc_cfg_t::num |
Number of ADCs on board.
| int ngcdcs_adc_cfg_t::packetCnt |
Packet routing length.
| ngcb_route_t ngcdcs_adc_cfg_t::route |
Route to module.
| char ngcdcs_adc_cfg_t::spec[64] |
Type specifier (optional)