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
TestPatternHandler.h
Go to the documentation of this file.
1
#ifndef TESTPATTERNHANDLER_H
2
#define TESTPATTERNHANDLER_H
3
4
#include "
AbstractHandler.h
"
5
6
namespace
SocCamera
7
{
8
9
class
tcTestPatternHandler
:
public
tcAbstractHandler
10
{
11
public
:
12
tcTestPatternHandler
(
tcSensorBoard
*apSensor,
13
tcAbstractHandler
*apNextHandler = NULL, std::map<std::string, tcAbstractHandler*> *apMap = NULL);
14
15
virtual
~tcTestPatternHandler
();
16
23
virtual
std::string
execute
(std::string& arCommandString,
24
std::string& arParameters);
25
26
teNackCode
execute
(
int32
anPattern);
27
28
virtual
void
update
(
tsUpdate
asMessage);
29
};
30
31
}
32
33
#endif // TESTPATTERNHANDLER_H
34
tsUpdate
Definition:
Observer.h:6
int32
int32_t int32
Definition:
Types.h:8
SocCamera::tcTestPatternHandler
Definition:
TestPatternHandler.h:9
SocCamera::tcAbstractHandler
Definition:
AbstractHandler.h:24
SocCamera::teNackCode
teNackCode
Definition:
CameraTypes.h:62
SocCamera::tcTestPatternHandler::update
virtual void update(tsUpdate asMessage)
Definition:
TestPatternHandler.cpp:83
SocCamera::tcTestPatternHandler::execute
virtual std::string execute(std::string &arCommandString, std::string &arParameters)
Definition:
TestPatternHandler.cpp:14
SocCamera
Definition:
CameraTypes.h:7
SocCamera::tcTestPatternHandler::tcTestPatternHandler
tcTestPatternHandler(tcSensorBoard *apSensor, tcAbstractHandler *apNextHandler=NULL, std::map< std::string, tcAbstractHandler * > *apMap=NULL)
Definition:
TestPatternHandler.cpp:4
AbstractHandler.h
SocCamera::tcSensorBoard
Definition:
SensorBoard.h:40
SocCamera::tcTestPatternHandler::~tcTestPatternHandler
virtual ~tcTestPatternHandler()
Definition:
TestPatternHandler.cpp:80
src
CommandHandlers
TestPatternHandler.h
Generated on Wed Mar 23 2022 10:59:09 for Critical Link MityCam SoC Firmware by
1.8.17