|
| ADQInfo (const std::string &name, nds::Node &parentNode, ADQInterface *&adqInterface, void *adqCtrlUnit) |
| ADQInfo class constructor. More...
|
|
void | getProductName (timespec *pTimestamp, std::string *pValue) |
| Gets the digitizer's product name.
|
|
void | getSerialNumber (timespec *pTimestamp, std::string *pValue) |
| Gets the digitizer's serial number.
|
|
void | getProductID (timespec *pTimestamp, int32_t *pValue) |
| Gets the digitizer's product ID.
|
|
void | getADQType (timespec *pTimestamp, int32_t *pValue) |
| Gets the digitizer's type.
|
|
void | getCardOption (timespec *pTimestamp, std::string *pValue) |
| Gets the digitizer's card option.
|
|
void | getTempLocal (timespec *pTimestamp, int32_t *pValue) |
| Gets the digitizer's PCB temperature.
|
|
void | getTempADCone (timespec *pTimestamp, int32_t *pValue) |
| Gets the digitizer's ADC1 temperature.
|
|
void | getTempADCtwo (timespec *pTimestamp, int32_t *pValue) |
| Gets the digitizer's ADC2 temperature.
|
|
void | getTempFPGA (timespec *pTimestamp, int32_t *pValue) |
| Gets the digitizer's FPGA temperature.
|
|
void | getTempDd (timespec *pTimestamp, int32_t *pValue) |
| Gets the digitizer's DCDC2A temperature.
|
|
void | getSampRate (timespec *pTimestamp, double *pValue) |
| Gets the digitizer's base sample rate.
|
|
void | getSampRateDec (timespec *pTimestamp, double *pValue) |
| Gets the digitizer's decimated sample rate.
|
|
void | getBytesPerSample (timespec *pTimestamp, int32_t *pValue) |
| Gets the number of bytes needed to store each sample.
|
|
void | getBusAddr (timespec *pTimestamp, int32_t *pValue) |
| Gets the digitizer's bus address.
|
|
void | getBusType (timespec *pTimestamp, int32_t *pValue) |
| Gets the digitizer's type of connection.
|
|
void | getPCIeLinkRate (timespec *pTimestamp, int32_t *pValue) |
| Gets the PCIe/PXIe generation if the digitizer is connected over this interface.
|
|
void | getPCIeLinkWid (timespec *pTimestamp, int32_t *pValue) |
| Gets the PCIe/PXIe width if the digitizer is connected over this interface.
|
|
This class monitors informative parameters of the connected digitizer.