Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Enumerations
a
b
c
d
e
g
i
l
m
o
p
r
s
t
v
+
Enumerator
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
x
y
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
w
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
+
Properties
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
+
Related Functions
:
a
b
c
d
e
f
g
i
m
o
q
r
s
v
w
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Variables
_
a
b
c
d
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
+
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
x
z
+
Enumerations
a
b
c
d
e
f
h
i
k
l
n
o
r
t
u
v
x
+
Enumerator
b
c
d
e
f
h
i
k
l
m
n
o
p
r
t
u
v
w
x
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
plotjuggler_plugins
DataLoadMCAP
dataload_mcap.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <QObject>
4
#include <QtPlugin>
5
#include <QStandardItemModel>
6
#include "
PlotJuggler/dataloader_base.h
"
7
#include "
PlotJuggler/messageparser_base.h
"
8
9
using namespace
PJ
;
10
11
class
DataLoadMCAP
:
public
DataLoader
12
{
13
Q_OBJECT
14
Q_PLUGIN_METADATA(IID
"facontidavide.PlotJuggler3.DataLoader"
)
15
Q_INTERFACES(
PJ::DataLoader
)
16
17
public
:
18
DataLoadMCAP
();
19
20
virtual
const
std::vector<const char*>& compatibleFileExtensions()
const override
;
21
22
virtual
bool
readDataFromFile(
PJ::FileLoadInfo
* fileload_info,
23
PlotDataMapRef
& destination)
override
;
24
25
virtual
~
DataLoadMCAP
()
override
;
26
27
virtual
const
char
*
name
()
const override
28
{
29
return
"DataLoad MCAP"
;
30
}
31
32
};
dataloader_base.h
PJ::DataLoader
The DataLoader plugin type is used to load files.
Definition:
dataloader_base.h:37
PJ::FileLoadInfo
Definition:
dataloader_base.h:19
PJ
Definition:
dataloader_base.h:17
messageparser_base.h
DataLoadMCAP::name
virtual const char * name() const override
Name of the plugin type, NOT the particular instance.
Definition:
dataload_mcap.h:27
PJ::PlotDataMapRef
Definition:
plotdata.h:33
DataLoadMCAP
Definition:
dataload_mcap.h:11
plotjuggler
Author(s): Davide Faconti
autogenerated on Mon Jun 19 2023 03:01:01