Critical Link MityCam SoC Firmware
1.0
Critical Link MityCam SoC Firmware
|
#include <GainControl.h>
Public Member Functions | |
tcGainControl () | |
virtual | ~tcGainControl () |
virtual teNackCode | setGain (int selector, float &value)=0 |
virtual teNackCode | getGain (int selector, float &value)=0 |
This interface allows a sensor board to implement the SFNC Analog Gain GenICam control interface in a consistent manner.
|
inline |
|
inlinevirtual |
|
pure virtual |
Gets the gain value in use. (SFNC 6.7)
selector[in] | see AnalogControl::eeAnalogSelected |
value[out] | the gain value to save for the given selector. |
|
pure virtual |
Sets the gain value to use. (SFNC 6.7)
selector[in] | see AnalogControl::eeAnalogSelected |
value[in,out] | the gain value to save for the given selector. |