|
pflib v3.9.0-rc3-11-g2537d8f
Pretty Fine HGCROC Interaction Library
|
test certain parameters before setting them back to old values More...
#include <ROC.h>
Classes | |
| class | Builder |
| Build a TestParameters parameter by parameter. More... | |
Public Member Functions | |
| TestParameters (ROC &roc, std::map< std::string, std::map< std::string, uint64_t > > new_params) | |
| Construct a set of test parameters. | |
| ~TestParameters () | |
| applies the unset parameters to the ROC | |
| TestParameters (const TestParameters &)=delete | |
| cannot copy or assign this lock | |
| TestParameters & | operator= (const TestParameters &)=delete |
Private Attributes | |
| std::map< int, std::map< int, uint8_t > > | previous_registers_ |
| ROC & | roc_ |
test certain parameters before setting them back to old values
| pflib::ROC::TestParameters::TestParameters | ( | ROC & | roc, |
| std::map< std::string, std::map< std::string, uint64_t > > | new_params ) |
Construct a set of test parameters.
Apply the input settings to the roc and store the previous chip settings to be applied in the destructor