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
ResetHandler.h
Go to the documentation of this file.
1
#ifndef RESETHANDLER_H
2
#define RESETHANDLER_H
3
4
#include "
AbstractHandler.h
"
5
6
namespace
SocCamera
7
{
8
9
class
tcResetHandler
:
public
tcAbstractHandler
10
{
11
public
:
12
tcResetHandler
(
tcSensorBoard
*apSensor,
13
tcAbstractHandler
*apNextHandler = NULL, std::map<std::string, tcAbstractHandler*> *apMap = NULL);
14
21
virtual
std::string
execute
(std::string& arCommandString,
22
std::string& arParameters);
23
24
// void update(tsUpdate asMessage);
25
};
26
27
}
28
29
#endif // RESETHANDLER_H
30
SocCamera::tcResetHandler::execute
virtual std::string execute(std::string &arCommandString, std::string &arParameters)
Definition:
ResetHandler.cpp:17
SocCamera::tcAbstractHandler
Definition:
AbstractHandler.h:24
SocCamera
Definition:
CameraTypes.h:7
SocCamera::tcResetHandler::tcResetHandler
tcResetHandler(tcSensorBoard *apSensor, tcAbstractHandler *apNextHandler=NULL, std::map< std::string, tcAbstractHandler * > *apMap=NULL)
Definition:
ResetHandler.cpp:7
AbstractHandler.h
SocCamera::tcSensorBoard
Definition:
SensorBoard.h:40
SocCamera::tcResetHandler
Definition:
ResetHandler.h:9
src
CommandHandlers
ResetHandler.h
Generated on Wed Mar 23 2022 10:59:09 for Critical Link MityCam SoC Firmware by
1.8.17