Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
+
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
Variables
Typedefs
Enumerations
Enumerator
+
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
x
z
~
+
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
w
x
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Typedefs
Related Functions
+
Files
File List
+
File Members
+
All
c
d
g
n
o
r
s
Functions
+
Macros
c
d
n
r
include
cras_cpp_common
diag_utils
updater.h
Go to the documentation of this file.
1
#pragma once
2
11
#include <string>
12
13
#include <
diagnostic_updater/diagnostic_updater.h
>
14
#include <
ros/node_handle.h
>
15
#include <
ros/this_node.h
>
16
17
namespace
cras
18
{
19
23
class
DiagnosticUpdater
:
public
::diagnostic_updater::Updater
24
{
25
public
:
32
explicit
DiagnosticUpdater
(
33
const ::ros::NodeHandle& h = ::
ros::NodeHandle
(),
34
const ::ros::NodeHandle& ph = ::
ros::NodeHandle
(
"~"
),
35
const ::std::string& node_name = ::
ros::this_node::getName
());
36
};
37
38
}
ros::NodeHandle
cras::DiagnosticUpdater::DiagnosticUpdater
DiagnosticUpdater(const ::ros::NodeHandle &h=::ros::NodeHandle(), const ::ros::NodeHandle &ph=::ros::NodeHandle("~"), const ::std::string &node_name=::ros::this_node::getName())
Create the updater.
this_node.h
ros::this_node::getName
ROSCPP_DECL const std::string & getName()
diagnostic_updater.h
diagnostic_updater::Updater
node_handle.h
cras::DiagnosticUpdater
Diagnostic updater that automatically sets its Hardware ID to hostname of the machine.
Definition:
updater.h:23
cras
Definition:
any.hpp:15
cras_cpp_common
Author(s): Martin Pecka
autogenerated on Sat Jun 17 2023 02:32:53