pflib v3.9.0-rc3-11-g2537d8f
Pretty Fine HGCROC Interaction Library
Loading...
Searching...
No Matches
Parameter Struct Reference

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>

Collaboration diagram for Parameter:
[legend]

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< RegisterLocationregisters
 the locations that the parameter is split over
 

Detailed Description

A parameter for the HGC ROC includes one or more register locations and a default value defined in the manual.


The documentation for this struct was generated from the following file: