fdhwlib
2.0.25
|
#include <fltthreshold.h>
The class provides access to the threshold register.
The representation of the registers has changed with the versions of the FPGA design.
The access to the thresholds is restricted to PBUS single access mode. Therefore the block commands have to be emulated.
Definition at line 48 of file fltthreshold.h.
hw4::FltThreshold::FltThreshold | ( | const char * | name, |
int | slotID, | ||
int | regID, | ||
int | r, | ||
int | w, | ||
int | len, | ||
int | addrShift | ||
) |
hw4::FltThreshold::~FltThreshold | ( | ) |
int hw4::FltThreshold::getActual | ( | int | ch | ) |
Get the actual threshold.
int hw4::FltThreshold::getPrevious | ( | int | ch | ) |
Get the previous threshold.
Actual threshold.
Definition at line 55 of file fltthreshold.h.
Change of threshold with respect to the last sampling interval of the hitrate controller.
Definition at line 60 of file fltthreshold.h.
Sign of threshold change.
Definition at line 63 of file fltthreshold.h.