implementation of OPC/WAI

This commit is contained in:
Jan Käberich 2024-04-07 14:11:04 +02:00
parent bb66883de2
commit 5d3ce139b4
7 changed files with 179 additions and 19 deletions

View file

@ -84,6 +84,11 @@ unsigned int Averaging::currentSweep()
}
}
bool Averaging::settled()
{
return getLevel() == averages;
}
Averaging::Mode Averaging::getMode() const
{
return mode;