pflib v3.0.0-rc1-29-g3a901ac
Pretty Fine HGCROC Interaction Library
All Classes Namespaces Files Functions Variables Typedefs Pages
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, int def)
 pass locations and default value of parameter
 
 Parameter (int r, int m, int n, int def)
 short constructor for single-location parameters
 

Public Attributes

const int def
 the default parameter value
 
const 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: