Dokit
Internal development documentation
Loading...
Searching...
No Matches
pokitmeter.cpp File Reference

Declares the PokitMeter namespace. More...

#include <qtpokit/pokitmeter.h>
#include <QCoreApplication>
#include <QLoggingCategory>
Include dependency graph for pokitmeter.cpp:

Go to the source code of this file.

Classes

class  PokitMeter::anonymous_namespace{pokitmeter.cpp}::Private
 

Namespaces

namespace  PokitMeter
 Encapsulates details specific to Pokit Meter devices.
 

Functions

static PokitMeter::Q_LOGGING_CATEGORY (lc, "dokit.pokit.products.meter", QtInfoMsg)
 Logging category for this file.
 
QTPOKIT_EXPORT QString PokitMeter::toString (const CurrentRange &range)
 Returns range as a user-friendly string.
 
QTPOKIT_EXPORT quint32 PokitMeter::maxValue (const CurrentRange &range)
 Returns the maximum value for range in microamps, or 0 if range is not a known value for Pokit Meter devices.
 
QTPOKIT_EXPORT QString PokitMeter::toString (const ResistanceRange &range)
 Returns range as a user-friendly string.
 
QTPOKIT_EXPORT quint32 PokitMeter::maxValue (const ResistanceRange &range)
 Returns the maximum value for range in ohms, or 0 if range is not a known value for Pokit Meter devices.
 
QTPOKIT_EXPORT QString PokitMeter::toString (const VoltageRange &range)
 Returns range as a user-friendly string.
 
QTPOKIT_EXPORT quint32 PokitMeter::maxValue (const VoltageRange &range)
 Returns the maximum value for range in millivolts, or 0 if range is not a known value for Pokit Meter devices.
 

Detailed Description

Declares the PokitMeter namespace.

Definition in file pokitmeter.cpp.