Critical Link MityCam SoC Firmware
1.0
Critical Link MityCam SoC Firmware
GainControl.h
Go to the documentation of this file.
1
/*
2
* GainControl.h
3
*
4
*/
5
6
#ifndef GAINCONTROL_H
7
#define GAINCONTROL_H
8
9
#include "
CameraTypes.h
"
10
11
namespace
SocCamera
12
{
13
18
class
tcGainControl
19
{
20
public
:
21
22
tcGainControl
() {};
23
virtual
~tcGainControl
() {};
24
31
virtual
teNackCode
setGain
(
int
selector,
float
& value) = 0;
32
39
virtual
teNackCode
getGain
(
int
selector,
float
& value) = 0;
40
41
};
42
43
}
44
45
#endif
/* EXTERNALEXPOSURE_H_ */
SocCamera::tcGainControl::tcGainControl
tcGainControl()
Definition:
GainControl.h:22
SocCamera::tcGainControl
Definition:
GainControl.h:18
SocCamera::tcGainControl::setGain
virtual teNackCode setGain(int selector, float &value)=0
CameraTypes.h
SocCamera::teNackCode
teNackCode
Definition:
CameraTypes.h:62
SocCamera
Definition:
CameraTypes.h:7
SocCamera::tcGainControl::~tcGainControl
virtual ~tcGainControl()
Definition:
GainControl.h:23
SocCamera::tcGainControl::getGain
virtual teNackCode getGain(int selector, float &value)=0
src
Sensors
Interfaces
GainControl.h
Generated on Wed Mar 23 2022 10:59:09 for Critical Link MityCam SoC Firmware by
1.8.17