OpenHantek
Toggle main menu visibility
Loading...
Searching...
No Matches
exporterprocessor.h
Go to the documentation of this file.
1
// SPDX-License-Identifier: GPL-2.0-or-later
2
3
#pragma once
4
5
#include "
post/processor.h
"
6
7
class
ExporterRegistry
;
8
9
class
ExporterProcessor
:
public
Processor
{
10
public
:
11
explicit
ExporterProcessor
(
ExporterRegistry
*
registry
);
12
void
process
(
PPresult
* )
override
;
13
14
private
:
15
ExporterRegistry
*
registry
;
16
};
ExporterProcessor::ExporterProcessor
ExporterProcessor(ExporterRegistry *registry)
Definition
exporterprocessor.cpp:6
ExporterProcessor::process
void process(PPresult *) override
Definition
exporterprocessor.cpp:8
ExporterProcessor::registry
ExporterRegistry * registry
Definition
exporterprocessor.h:15
ExporterRegistry
Definition
exporterregistry.h:23
PPresult
Post processing results.
Definition
ppresult.h:43
Processor
Definition
processor.h:7
processor.h
exporting
exporterprocessor.h
Generated by
1.17.0