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

Defined the PokitPro helper functions. More...

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

Namespaces

namespace  PokitPro
 Encapsulates details specific to Pokit Pro devices.
 

Functions

QTPOKIT_EXPORT QString PokitPro::toString (const CapacitanceRange &range)
 Returns range as a user-friendly string.
 
QTPOKIT_EXPORT quint32 PokitPro::maxValue (const CapacitanceRange &range)
 Returns the maximum value for range in nanofarads, or 0 if range is not a known value for Pokit Pro devices.
 
QTPOKIT_EXPORT QString PokitPro::toString (const CurrentRange &range)
 Returns range as a user-friendly string.
 
QTPOKIT_EXPORT quint32 PokitPro::maxValue (const CurrentRange &range)
 Returns the maximum value for range in microamps, or 0 if range is not a known value for Pokit Pro devices.
 
QTPOKIT_EXPORT QString PokitPro::toString (const ResistanceRange &range)
 Returns range as a user-friendly string.
 
QTPOKIT_EXPORT quint32 PokitPro::maxValue (const ResistanceRange &range)
 Returns the maximum value for range in ohms, or 0 if range is not a known value for Pokit Pro devices.
 
QTPOKIT_EXPORT QString PokitPro::toString (const VoltageRange &range)
 Returns range as a user-friendly string.
 
QTPOKIT_EXPORT quint32 PokitPro::maxValue (const VoltageRange &range)
 Returns the maximum value for range in millivolts, or 0 if range is not a known value for Pokit Pro devices.
 

Detailed Description

Defined the PokitPro helper functions.