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
message_utils.hpp
Go to the documentation of this file.
1
9
#pragma once
10
11
#include <
ros/message_traits.h
>
12
#include <
ros/parameter_adapter.h
>
13
14
namespace
cras
15
{
16
18
template
<
typename
M>
19
using
BaseMessage
= typename ::ros::ParameterAdapter<M>::Message;
20
23
template
<
typename
M>
24
using
IsMessageParam
=
::ros::message_traits::IsMessage<::cras::BaseMessage<M>
>;
25
26
}
ros::message_traits::IsMessage
cras::BaseMessage
typename ::ros::ParameterAdapter< M >::Message BaseMessage
Return the base message type of M (i.e. removes MessageEvent, const, &, shared_ptr etc...
Definition:
message_utils.hpp:19
parameter_adapter.h
message_traits.h
cras
Definition:
any.hpp:15
cras_cpp_common
Author(s): Martin Pecka
autogenerated on Sat Jun 17 2023 02:32:53