|
fdhwlib
2.0.25
|
#include <fltkatrinthreshold.h>
The class provides access to the threshold register.
Definition at line 29 of file fltkatrinthreshold.h.
| hw4::FltKatrinThreshold::FltKatrinThreshold | ( | const char * | name, |
| int | slotID, | ||
| int | regID, | ||
| int | r, | ||
| int | w, | ||
| int | len, | ||
| int | addrShift | ||
| ) |
| hw4::FltKatrinThreshold::~FltKatrinThreshold | ( | ) |
| int hw4::FltKatrinThreshold::getThreshold | ( | int | ch | ) |
Get the threshold of channel chan.
| void hw4::FltKatrinThreshold::setThreshold | ( | int | ch, |
| long unsigned int | thresh | ||
| ) |
Set the threshold of channel chan to thresh.
Actual threshold.
Definition at line 36 of file fltkatrinthreshold.h.