Dokit
Internal development documentation
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:

Go to the source code of this file.

Classes

class  PokitPro::anonymous_namespace{pokitpro.cpp}::Private
 

Namespaces

namespace  PokitPro
 Encapsulates details specific to Pokit Pro devices.
 

Functions

static PokitPro::Q_LOGGING_CATEGORY (lc, "dokit.pokit.products.pro", QtInfoMsg)
 Logging category for this file.
 
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.

Definition in file pokitpro.cpp.