|
Critical Link MityCam SoC Firmware
1.0
Critical Link MityCam SoC Firmware
|
Go to the documentation of this file.
8 #ifndef BLACKLEVELESTIMATE_H
9 #define BLACKLEVELESTIMATE_H
13 #include <libfpga/fpgaregister.h>
29 void reset(
bool abReset);
tcBlackLevelEstimate(int anBaseAddress)
Definition: BlackLevelEstimate.cpp:28
void reset(bool abReset)
Definition: BlackLevelEstimate.cpp:56
Definition: BlackLevelEstimate.h:21
int enableBlackRegion(int index, bool enable)
Definition: BlackLevelEstimate.cpp:71
bool mbInitialized
true when the core has been initialized
Definition: BlackLevelEstimate.h:42
int setBlackRegion(int index, SocCamera::ROI region)
Definition: BlackLevelEstimate.cpp:93
float getBlackLevelEstimate(void)
Definition: BlackLevelEstimate.cpp:123
~tcBlackLevelEstimate()
Definition: BlackLevelEstimate.cpp:37
int setDivisor(unsigned int value)
Definition: BlackLevelEstimate.cpp:176
int getDivisor(void)
Definition: BlackLevelEstimate.cpp:206
bool initialized()
Definition: BlackLevelEstimate.cpp:45
int enableBlackLevelOverride(bool enable)
Definition: BlackLevelEstimate.cpp:162
tcFPGARegister< uint32_t > mhBLE
memory mapped FPGA access class
Definition: BlackLevelEstimate.h:43
int setBlackLevelOverride(float value)
Definition: BlackLevelEstimate.cpp:140
float getBlackLevelOverride(void)
Definition: BlackLevelEstimate.cpp:150