Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
x
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
x
~
Variables
_
a
b
c
d
h
i
l
m
n
p
r
s
t
u
Enumerations
Enumerator
Files
File List
File Members
All
Functions
Variables
Typedefs
src
ros_parsers
ros1_parser.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
PlotJuggler/messageparser_base.h
>
4
#include <iostream>
5
6
inline
std::shared_ptr<PJ::MessageParser>
7
CreateParserROS
(
const
PJ::ParserFactories
&factories,
8
const
std::string& topic_name,
9
const
std::string& type_name,
10
const
std::string& definition,
11
PJ::PlotDataMapRef
&
data
)
12
{
13
return
factories
.at(
"ros1msg"
)->createParser(topic_name,
type_name
,
definition
,
data
);
14
}
15
definition
const char * definition()
data
factories
auto factories(Functions &&... functions)
messageparser_base.h
type_name
std::string type_name(lua_State *L, type t)
CreateParserROS
std::shared_ptr< PJ::MessageParser > CreateParserROS(const PJ::ParserFactories &factories, const std::string &topic_name, const std::string &type_name, const std::string &definition, PJ::PlotDataMapRef &data)
Definition:
ros1_parser.h:7
PJ::ParserFactories
std::map< QString, std::shared_ptr< ParserFactoryPlugin > > ParserFactories
PJ::PlotDataMapRef
plotjuggler_ros
Author(s): Davide Faconti
autogenerated on Wed Feb 21 2024 03:22:56