OpenHantek
processor.h
Go to the documentation of this file.
1
// SPDX-License-Identifier: GPL-2.0+
2
3
#pragma once
4
5
#include "
ppresult.h
"
6
7
class
Processor
{
8
public
:
9
virtual
void
process
(
PPresult
*) = 0;
10
};
ppresult.h
Processor
Definition:
processor.h:7
Processor::process
virtual void process(PPresult *)=0
PPresult
Post processing results.
Definition:
ppresult.h:36
post
processor.h
Generated by
1.8.14