Critical Link MityCam SoC Firmware
1.0
Critical Link MityCam SoC Firmware
ExternalExposure.h
Go to the documentation of this file.
1
/*
2
* ExternalExposure.h
3
*
4
* Created on: Nov 1, 2017
5
* Author: Jeff Myers
6
*/
7
8
#ifndef EXTERNALEXPOSURE_H_
9
#define EXTERNALEXPOSURE_H_
10
11
namespace
SocCamera
12
{
13
22
class
tcExternalExposure
23
{
24
public
:
25
tcExternalExposure
() {};
26
virtual
~tcExternalExposure
() {};
27
32
virtual
void
setInternalExposureMode
(
bool
abInternal) = 0;
33
34
virtual
bool
getInternalExposureMode
() = 0;
35
};
36
37
}
38
39
#endif
/* EXTERNALEXPOSURE_H_ */
SocCamera::tcExternalExposure
Definition:
ExternalExposure.h:22
SocCamera::tcExternalExposure::~tcExternalExposure
virtual ~tcExternalExposure()
Definition:
ExternalExposure.h:26
SocCamera::tcExternalExposure::getInternalExposureMode
virtual bool getInternalExposureMode()=0
SocCamera::tcExternalExposure::setInternalExposureMode
virtual void setInternalExposureMode(bool abInternal)=0
SocCamera
Definition:
CameraTypes.h:7
SocCamera::tcExternalExposure::tcExternalExposure
tcExternalExposure()
Definition:
ExternalExposure.h:25
src
Sensors
Interfaces
ExternalExposure.h
Generated on Wed Mar 23 2022 10:59:09 for Critical Link MityCam SoC Firmware by
1.8.17