QtPokit
Native Qt library for Pokit devices
multimeterservice.h File Reference

Declares the MultimeterService class. More...

#include "abstractpokitservice.h"
#include <QBluetoothAddress>
#include <QBluetoothUuid>
#include <QVersionNumber>
Include dependency graph for multimeterservice.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MultimeterService
 The MultimeterService class accesses the Pokit Status service of Pokit devices. More...
 
struct  MultimeterService::CharacteristicUuids
 Characteristics available via the Multimeter service. More...
 
union  MultimeterService::Range
 Values supported by the Range attribute of the Settings characteristic. More...
 
struct  MultimeterService::Settings
 Attributes included in the Settings characterstic. More...
 
struct  MultimeterService::Reading
 Attributes included in the Reading characterstic. More...
 

Functions

QTPOKIT_EXPORT bool operator== (const MultimeterService::Range &lhs, const MultimeterService::Range &rhs)
 Returns true if lhs is numerically equal to rhs, false otherwise.
 
QTPOKIT_EXPORT bool operator!= (const MultimeterService::Range &lhs, const MultimeterService::Range &rhs)
 Returns true if lhs is numerically not-equal to rhs, false otherwise.
 
QTPOKIT_EXPORT bool operator< (const MultimeterService::Range &lhs, const MultimeterService::Range &rhs)
 Returns true if lhs is numerically less than rhs, false otherwise.
 
QTPOKIT_EXPORT bool operator> (const MultimeterService::Range &lhs, const MultimeterService::Range &rhs)
 Returns true if lhs is numerically greater than rhs, false otherwise.
 
QTPOKIT_EXPORT bool operator<= (const MultimeterService::Range &lhs, const MultimeterService::Range &rhs)
 Returns true if lhs is numerically less than or equal to rhs, false otherwise.
 
QTPOKIT_EXPORT bool operator>= (const MultimeterService::Range &lhs, const MultimeterService::Range &rhs)
 Returns true if lhs is numerically greater than or equal to rhs, false otherwise.
 

Detailed Description

Declares the MultimeterService class.