OpenHantek
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
8
10 public:
12 void process( PPresult * ) override;
13
14 private:
16};
ExporterProcessor(ExporterRegistry *registry)
Definition exporterprocessor.cpp:6
void process(PPresult *) override
Definition exporterprocessor.cpp:8
ExporterRegistry * registry
Definition exporterprocessor.h:15
Definition exporterregistry.h:23
Post processing results.
Definition ppresult.h:43
Definition processor.h:7