Critical Link MityCam SoC Firmware
1.0
Critical Link MityCam SoC Firmware
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
d
e
r
t
x
Functions
Variables
Typedefs
Enumerations
Enumerator
e
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
~
Functions
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
Typedefs
Enumerations
t
Enumerator
e
f
o
Related Functions
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
c
d
f
g
h
i
j
m
o
p
r
s
t
u
x
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Typedefs
Enumerations
Enumerator
c
e
j
x
z
Macros
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
TemperatureSensor.h
Go to the documentation of this file.
1
6
#ifndef TEMPERATURE_SENSOR_H_
7
#define TEMPERATURE_SENSOR_H_
8
9
#include "
CameraTypes.h
"
10
11
namespace
SocCamera
12
{
13
18
class
tcTemperatureSensor
19
{
20
public
:
21
// constructor, empty
22
tcTemperatureSensor
(
void
) {}
23
24
// destructor
25
virtual
~tcTemperatureSensor
() {}
26
34
virtual
teNackCode
GetTemperature
(
int
anIndex,
float
& arVoltage) = 0;
35
36
};
// tcTemperatureSensor
37
38
};
// namespace SocCamera
39
40
#endif
SocCamera::tcTemperatureSensor
Definition:
TemperatureSensor.h:18
SocCamera::tcTemperatureSensor::GetTemperature
virtual teNackCode GetTemperature(int anIndex, float &arVoltage)=0
CameraTypes.h
SocCamera::tcTemperatureSensor::~tcTemperatureSensor
virtual ~tcTemperatureSensor()
Definition:
TemperatureSensor.h:25
SocCamera::teNackCode
teNackCode
Definition:
CameraTypes.h:62
SocCamera
Definition:
CameraTypes.h:7
SocCamera::tcTemperatureSensor::tcTemperatureSensor
tcTemperatureSensor(void)
Definition:
TemperatureSensor.h:22
src
Sensors
Interfaces
TemperatureSensor.h
Generated on Wed Mar 23 2022 10:59:09 for Critical Link MityCam SoC Firmware by
1.8.17