fdhwlib
2.0.25
|
#include <flthitratecontrol.h>
The hitrate register contains information about the actual hitrate and some control parameters.
There exists a separate hitrate controller unit for every pixel.
Changes:
Definition at line 37 of file flthitratecontrol.h.
Allowed values to be written into the register.
kFLT_HITRATE_1HZ | |
kFLT_HITRATE_2HZ | |
kFLT_HITRATE_4HZ | |
kFLT_HITRATE_8HZ | |
kFLT_HITRATE_16HZ | |
kFLT_HITRATE_32HZ |
Definition at line 60 of file flthitratecontrol.h.
{ kFLT_HITRATE_1HZ = 0, kFLT_HITRATE_2HZ = 1, kFLT_HITRATE_4HZ = 2, kFLT_HITRATE_8HZ = 3, kFLT_HITRATE_16HZ = 4, kFLT_HITRATE_32HZ = 5, };
hw4::FltHitrateControl::FltHitrateControl | ( | const char * | name, |
int | slotID, | ||
int | regID, | ||
int | r, | ||
int | w | ||
) |
hw4::FltHitrateControl::~FltHitrateControl | ( | ) |
static int hw4::FltHitrateControl::convertRegisterValueToSamplingTime | ( | int | ) | [static] |
Convert the value read from the register to the sampling time in secs.
Correct name should be MeasureingTime !
static int hw4::FltHitrateControl::convertSamplingTimeToRegisterValue | ( | int | ) | [static] |
Convert users sampling time [secs] to the register value.
Correct name should be MeasureingTime !
Definition at line 43 of file flthitratecontrol.h.
???
Definition at line 45 of file flthitratecontrol.h.