|
pflib v3.9.0-rc3-11-g2537d8f
Pretty Fine HGCROC Interaction Library
|
A parameter for the HGC ROC includes one or more register locations and a default value defined in the manual. More...
#include <register_maps_types.h>
Public Member Functions | |
| Parameter (std::initializer_list< RegisterLocation > r, uint64_t def) | |
| pass locations and default value of parameter | |
| Parameter (int r, int m, int n, uint64_t def) | |
| short constructor for single-location parameters | |
| Parameter () | |
| default constructor for building maps | |
Public Attributes | |
| uint64_t | def |
| the default parameter value | |
| std::vector< RegisterLocation > | registers |
| the locations that the parameter is split over | |
A parameter for the HGC ROC includes one or more register locations and a default value defined in the manual.