|
Critical Link MityCam SoC Firmware
1.0
Critical Link MityCam SoC Firmware
|
Go to the documentation of this file. 1 #ifndef NOISEREDUCTION_H
2 #define NOISEREDUCTION_H
7 #include <libfpga/fpgaregister.h>
24 void reset(
bool abReset);
33 void set_params(
bool en_hi, uint16_t thresh_hi,
bool en_low, uint16_t thresh_lo);
43 bool get_params(
bool & en_hi, uint16_t & thresh_hi,
bool & en_low, uint16_t & thresh_lo);
~tcNoiseReduction()
Definition: NoiseReduction.cpp:18
void set_params(bool en_hi, uint16_t thresh_hi, bool en_low, uint16_t thresh_lo)
Definition: NoiseReduction.cpp:37
tcFPGARegister< unsigned int > mhNoiseReduction
Definition: NoiseReduction.h:47
tcNoiseReduction(int anBaseAddress)
Definition: NoiseReduction.cpp:12
Definition: NoiseReduction.h:9
bool get_params(bool &en_hi, uint16_t &thresh_hi, bool &en_low, uint16_t &thresh_lo)
Definition: NoiseReduction.cpp:48
void reset(bool abReset)
Definition: NoiseReduction.cpp:28
bool initialized()
Definition: NoiseReduction.cpp:23