|
pflib v3.9.5-18-g30f792c
Pretty Fine HGCROC Interaction Library
|
Classes | |
| class | Builder |
| Build a TempParameters class parameter by parameters. More... | |
Public Member Functions | |
| TempParameters (Chip &chip, const std::map< std::string, std::map< std::string, uint64_t > > ¶meters) | |
| applies the new parameters and holds the previous registers | |
| ~TempParameters () | |
| applies the previous registers back onto the chip | |
| TempParameters (const TempParameters &)=delete | |
| cannot copy or assign this lock | |
| TempParameters & | operator= (const TempParameters &)=delete |
Private Attributes | |
| Chip & | chip_ |
| handle to a Chip that has setRegisters | |
| std::map< int, std::map< int, uint8_t > > | previous_registers_ |
| values for previous registers that were touched upon construction | |