Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
c
d
e
f
g
i
l
m
n
o
p
r
s
t
w
+
Functions
a
c
d
g
i
l
n
o
p
r
s
t
w
Typedefs
Enumerations
+
Enumerator
c
e
p
r
s
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
u
v
w
~
+
Functions
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
u
v
w
~
+
Variables
a
c
d
e
f
i
m
p
s
t
u
v
+
Typedefs
a
b
c
d
e
f
i
o
p
r
s
v
Enumerations
+
Enumerator
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
w
Related Functions
+
Files
File List
+
File Members
+
All
_
b
c
d
f
h
i
l
m
n
p
r
s
t
u
w
+
Functions
c
d
f
h
i
m
n
p
r
s
t
w
Variables
Typedefs
Enumerations
+
Enumerator
d
m
s
Macros
src
application
LdmrsApp.hpp
Go to the documentation of this file.
1
//
2
// LdmrsApp.hpp
3
//
4
5
#ifndef LDMRSAPP_HPP
6
#define LDMRSAPP_HPP
7
8
#include "../manager.hpp"
9
10
namespace
application
11
{
12
13
//
14
// LdmrsApp
15
//
16
class
LdmrsApp
:
public
BasicApplication
17
{
18
public
:
19
LdmrsApp
(
Manager
* manager);
20
virtual
~LdmrsApp
();
21
22
protected
:
23
void
setData
(
BasicData
& data);
// Receiver
24
25
private
:
26
bool
m_beVerbose
;
27
};
28
29
}
// namespace application
30
31
#endif
application::BasicApplication
Definition:
BasicApplication.hpp:16
application::LdmrsApp::~LdmrsApp
virtual ~LdmrsApp()
Definition:
LdmrsApp.cpp:34
application::LdmrsApp::setData
void setData(BasicData &data)
Definition:
LdmrsApp.cpp:43
Manager
Definition:
manager.hpp:18
datatypes::BasicData
Definition:
BasicDatatypes.hpp:95
application
Definition:
BasicApplication.cpp:8
application::LdmrsApp::m_beVerbose
bool m_beVerbose
Definition:
LdmrsApp.hpp:26
application::LdmrsApp
Definition:
LdmrsApp.hpp:16
application::LdmrsApp::LdmrsApp
LdmrsApp(Manager *manager)
Definition:
LdmrsApp.cpp:24
libsick_ldmrs
Author(s): SICK AG
, Martin Günther
, Jochen Sprickerhof
autogenerated on Wed Oct 26 2022 02:08:38