Dokit
Native Qt library for Pokit devices
Loading...
Searching...
No Matches
pokitmeter.cpp File Reference

Declares the PokitMeter namespace. More...

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

Namespaces

namespace  PokitMeter
 Encapsulates details specific to Pokit Meter devices.
 

Functions

QTPOKIT_EXPORT QString PokitMeter::toString (const CurrentRange &range)
 Returns range as a user-friendly string.
 
QTPOKIT_EXPORT QVariant PokitMeter::maxValue (const CurrentRange &range)
 Returns the maximum value for range in (integer) microamps, or the string "Auto".
 
QTPOKIT_EXPORT QString PokitMeter::toString (const ResistanceRange &range)
 Returns range as a user-friendly string.
 
QTPOKIT_EXPORT QVariant PokitMeter::maxValue (const ResistanceRange &range)
 Returns the maximum value for range in (integer) ohms, or the string "Auto".
 
QTPOKIT_EXPORT QString PokitMeter::toString (const VoltageRange &range)
 Returns range as a user-friendly string.
 
QTPOKIT_EXPORT QVariant PokitMeter::maxValue (const VoltageRange &range)
 Returns the maximum value for range in (integer) millivolts, or the string "Auto".
 

Detailed Description

Declares the PokitMeter namespace.