OpenHantek
Toggle main menu visibility
Loading...
Searching...
No Matches
mathchannel.h
Go to the documentation of this file.
1
// SPDX-License-Identifier: GPL-2.0-or-later
2
3
#pragma once
4
5
#include "
dsosamples.h
"
6
#include "
scopesettings.h
"
7
8
class
MathChannel
{
9
public
:
10
explicit
MathChannel
(
const
DsoSettingsScope
*
scope
);
11
void
calculate
(
DSOsamples
&result );
12
13
private
:
14
const
DsoSettingsScope
*
scope
;
15
};
MathChannel::MathChannel
MathChannel(const DsoSettingsScope *scope)
Definition
mathchannel.cpp:11
MathChannel::scope
const DsoSettingsScope * scope
Definition
mathchannel.h:14
MathChannel::calculate
void calculate(DSOsamples &result)
Definition
mathchannel.cpp:17
dsosamples.h
scopesettings.h
DSOsamples
Definition
dsosamples.h:11
DsoSettingsScope
Holds the settings for the oscilloscope.
Definition
scopesettings.h:100
hantekdso
mathchannel.h
Generated by
1.17.0