Main Page
+
Namespaces
Namespace List
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
~
+
Functions
a
c
d
e
g
h
i
o
p
r
s
t
u
v
w
~
+
Variables
a
b
c
d
f
i
j
l
m
n
p
r
s
t
u
v
+
Files
File List
+
File Members
+
All
a
b
d
e
f
h
i
l
m
n
o
p
r
s
t
u
Functions
+
Macros
a
b
d
e
f
h
i
l
m
n
o
p
r
s
t
u
include
gui
PTU_GUI_Node.h
Go to the documentation of this file.
1
8
#ifndef PTU_GUI_NODE_H_
9
#define PTU_GUI_NODE_H_
10
11
#include <wx/wx.h>
12
#include "
ros/ros.h
"
13
#include "
PTU_GUI.h
"
14
15
namespace
GUI_PTU
{
16
17
class
PTU_GUI_Node
:
public
wxApp {
18
public
:
19
PTU_GUI_Node
();
20
char
**
local_argv
;
21
ros::NodeHandlePtr
nh
;
22
23
virtual
~PTU_GUI_Node
();
24
virtual
bool
OnInit
();
25
virtual
int
OnExit
();
26
};
27
28
DECLARE_APP(
PTU_GUI_Node
)
29
30
}
31
32
#endif
/* PTU_GUI_NODE_H_ */
GUI_PTU::PTU_GUI_Node::local_argv
char ** local_argv
Definition:
PTU_GUI_Node.h:20
boost::shared_ptr< NodeHandle >
GUI_PTU::PTU_GUI_Node::PTU_GUI_Node
PTU_GUI_Node()
Definition:
PTU_GUI_Node.cpp:15
GUI_PTU::PTU_GUI_Node::OnExit
virtual int OnExit()
Definition:
PTU_GUI_Node.cpp:38
ros.h
PTU_GUI.h
GUI_PTU
Definition:
GUI.h:41
GUI_PTU::PTU_GUI_Node
Definition:
PTU_GUI_Node.h:17
GUI_PTU::PTU_GUI_Node::~PTU_GUI_Node
virtual ~PTU_GUI_Node()
Definition:
PTU_GUI_Node.cpp:19
GUI_PTU::PTU_GUI_Node::nh
ros::NodeHandlePtr nh
Definition:
PTU_GUI_Node.h:21
GUI_PTU::PTU_GUI_Node::OnInit
virtual bool OnInit()
Definition:
PTU_GUI_Node.cpp:23
asr_flir_ptu_driver
Author(s): Valerij Wittenbeck, Joachim Gehrung, Pascal Meißner, Patrick Schlosser
autogenerated on Mon Feb 28 2022 21:41:05