QtPokit
Native Qt library for Pokit devices
|
Declares the DataLoggerService class. More...
#include "abstractpokitservice.h"
#include <QBluetoothAddress>
#include <QBluetoothUuid>
#include <QVersionNumber>
Go to the source code of this file.
Classes | |
class | DataLoggerService |
The DataLoggerService class accesses the Data Logger service of Pokit devices. More... | |
struct | DataLoggerService::CharacteristicUuids |
Characteristics available via the DataLogger service. More... | |
union | DataLoggerService::Range |
Values supported by the Range attribute of the Settings and Metadata characteristics. More... | |
struct | DataLoggerService::Settings |
Attributes included in the Settings characterstic. More... | |
struct | DataLoggerService::Metadata |
Attributes included in the Metadata characterstic. More... | |
Functions | |
QTPOKIT_EXPORT bool | operator== (const DataLoggerService::Range &lhs, const DataLoggerService::Range &rhs) |
Returns true if lhs is numerically equal to rhs, false otherwise. | |
QTPOKIT_EXPORT bool | operator!= (const DataLoggerService::Range &lhs, const DataLoggerService::Range &rhs) |
Returns true if lhs is numerically not-equal to rhs, false otherwise. | |
QTPOKIT_EXPORT bool | operator< (const DataLoggerService::Range &lhs, const DataLoggerService::Range &rhs) |
Returns true if lhs is numerically less than rhs, false otherwise. | |
QTPOKIT_EXPORT bool | operator> (const DataLoggerService::Range &lhs, const DataLoggerService::Range &rhs) |
Returns true if lhs is numerically greater than rhs, false otherwise. | |
QTPOKIT_EXPORT bool | operator<= (const DataLoggerService::Range &lhs, const DataLoggerService::Range &rhs) |
Returns true if lhs is numerically less than or equal to rhs, false otherwise. | |
QTPOKIT_EXPORT bool | operator>= (const DataLoggerService::Range &lhs, const DataLoggerService::Range &rhs) |
Returns true if lhs is numerically greater than or equal to rhs, false otherwise. | |
Declares the DataLoggerService class.