fdhwlib
2.0.25
|
#include <fltkatrinhitratecontrol.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 fltkatrinhitratecontrol.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 54 of file fltkatrinhitratecontrol.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::FltKatrinHitrateControl::FltKatrinHitrateControl | ( | const char * | name, |
int | slotID, | ||
int | regID, | ||
int | r, | ||
int | w | ||
) |
hw4::FltKatrinHitrateControl::~FltKatrinHitrateControl | ( | ) |
static int hw4::FltKatrinHitrateControl::convertRegisterValueToSamplingTime | ( | int | ) | [static] |
Convert the value read from the register to the sampling time in secs.
static int hw4::FltKatrinHitrateControl::convertSamplingTimeToRegisterValue | ( | int | ) | [static] |
Convert users sampling time [secs] to the register value.
Definition at line 43 of file fltkatrinhitratecontrol.h.
???
Definition at line 45 of file fltkatrinhitratecontrol.h.