|
Critical Link MityCam SoC Firmware
1.0
Critical Link MityCam SoC Firmware
|
Go to the documentation of this file.
8 #ifndef BLACKLEVELGAINCORRECT_H
9 #define BLACKLEVELGAINCORRECT_H
13 #include <libfpga/fpgaregister.h>
34 void reset(
bool abReset);
Definition: BlackLevelGainCorrect.h:18
bool initialized()
Definition: BlackLevelGainCorrect.cpp:43
@ EvenRowOddCol
Definition: BlackLevelGainCorrect.h:24
tcBlackLevelGainCorrect(int anBaseAddress)
Definition: BlackLevelGainCorrect.cpp:26
void setBlackOffset(int16_t offset)
Definition: BlackLevelGainCorrect.cpp:66
void setGain(tePosition pos, float gain)
Definition: BlackLevelGainCorrect.cpp:83
int16_t getBlackOffset(void)
Definition: BlackLevelGainCorrect.cpp:72
float getGain(tePosition pos)
Definition: BlackLevelGainCorrect.cpp:113
~tcBlackLevelGainCorrect()
Definition: BlackLevelGainCorrect.cpp:35
@ EvenRowEvenCol
Definition: BlackLevelGainCorrect.h:23
bool mbInitialized
true when the core has been initialized
Definition: BlackLevelGainCorrect.h:42
void reset(bool abReset)
Definition: BlackLevelGainCorrect.cpp:54
@ OddRowOddCol
Definition: BlackLevelGainCorrect.h:26
tcFPGARegister< uint32_t > mhBLGC
memory mapped FPGA access class
Definition: BlackLevelGainCorrect.h:43
@ OddRowEvenCol
Definition: BlackLevelGainCorrect.h:25
tePosition
Definition: BlackLevelGainCorrect.h:22