Main Page
Related Pages
Modules
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
f
g
i
l
m
n
o
p
r
s
t
u
v
Enumerator
a
b
c
d
f
g
h
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
j
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
x
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
z
Variables
_
a
b
c
d
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
x
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
b
c
d
e
f
h
k
l
o
p
r
s
t
u
x
z
Enumerator
b
c
d
f
h
i
k
l
n
o
p
r
s
t
u
v
w
x
z
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_app
transforms
samples_count.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <QWidget>
4
#include "
PlotJuggler/transform_function.h
"
5
6
using namespace
PJ
;
7
8
namespace
Ui
9
{
10
class
SamplesCount;
11
}
12
13
class
SamplesCountFilter
:
public
TransformFunction_SISO
14
{
15
public
:
16
explicit
SamplesCountFilter
();
17
18
~
SamplesCountFilter
()
override
;
19
20
static
const
char
*
transformName
()
21
{
22
return
"Samples Counter"
;
23
}
24
25
const
char
*
name
()
const override
26
{
27
return
transformName();
28
}
29
30
QWidget* optionsWidget()
override
;
31
32
bool
xmlSaveState(QDomDocument& doc, QDomElement& parent_element)
const override
;
33
34
bool
xmlLoadState(
const
QDomElement& parent_element)
override
;
35
36
private
:
37
Ui::SamplesCount*
ui
;
38
QWidget*
_widget
;
39
40
int
count_ = 0;
41
double
interval_end_ = 0;
42
43
std::optional<PlotData::Point> calculateNextPoint(
size_t
index)
override
;
44
};
SamplesCountFilter::ui
Ui::SamplesCount * ui
Definition:
samples_count.h:37
SamplesCountFilter::name
const char * name() const override
Name of the plugin type, NOT the particular instance.
Definition:
samples_count.h:25
SamplesCountFilter::_widget
QWidget * _widget
Definition:
samples_count.h:38
SamplesCountFilter::transformName
static const char * transformName()
Definition:
samples_count.h:20
transform_function.h
Ui
Definition:
cheatsheet_dialog.h:6
PJ::TransformFunction_SISO
Simplified version with Single input and Single output.
Definition:
transform_function.h:88
SamplesCountFilter
Definition:
samples_count.h:13
PJ
Definition:
dataloader_base.h:16
plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Jan 26 2025 03:23:25