mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-10 00:43:41 +00:00
partial reconstruction from qwt to manual plotting
This commit is contained in:
parent
ef97d54913
commit
25196fbc30
17 changed files with 822 additions and 371 deletions
|
|
@ -3,12 +3,11 @@
|
|||
|
||||
#include <QString>
|
||||
|
||||
class Unit
|
||||
namespace Unit
|
||||
{
|
||||
public:
|
||||
static double FromString(QString string, QString unit = QString(), QString prefixes = " ");
|
||||
static QString ToString(double value, QString unit = QString(), QString prefixes = " ", int precision = 6);
|
||||
static double SIPrefixToFactor(char prefix);
|
||||
double FromString(QString string, QString unit = QString(), QString prefixes = " ");
|
||||
QString ToString(double value, QString unit = QString(), QString prefixes = " ", int precision = 6);
|
||||
double SIPrefixToFactor(char prefix);
|
||||
};
|
||||
|
||||
#endif // UNIT_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue