NSCL DDAS
12.1-001
Support for XIA DDAS at FRIB
|
Implement functions in the namespace used to store the DDAS hardware information. More...
#include "HardwareRegistry.h"
#include <algorithm>
#include <tuple>
#include <map>
#include <string>
#include <stdexcept>
Typedefs | |
using | Registry = std::map< int, HR::HardwareSpecification > |
Map of hardware specifications (MSPS, bit depth, revision, calibration) keyed by the hardware type. More... | |
Functions | |
bool | operator== (const HR::HardwareSpecification &lhs, const HR::HardwareSpecification &rhs) |
Check if two HardwareSpecifications are the same. More... | |
Implement functions in the namespace used to store the DDAS hardware information.
Map of hardware specifications (MSPS, bit depth, revision, calibration) keyed by the hardware type.
bool operator== | ( | const DAQ::DDAS::HardwareRegistry::HardwareSpecification & | lhs, |
const DAQ::DDAS::HardwareRegistry::HardwareSpecification & | rhs | ||
) |
Check if two HardwareSpecifications are the same.
lhs,rhs | Left- and right-hand objects for comparison. |
true | If lhs and rhs are equal. |
false | Otherwise. |