9#ifndef QTPOKIT_CALIBRATIONSERVICE_P_H
10#define QTPOKIT_CALIBRATIONSERVICE_P_H
25 static QByteArray encodeTemperature(
const float value);
34 friend class TestCalibrationService;
Declares the AbstractPokitServicePrivate class.
Declares the CalibrationService class.
The AbstractPokitServicePrivate class provides private implementation for AbstractPokitService.
virtual void characteristicWritten(const QLowEnergyCharacteristic &characteristic, const QByteArray &newValue)
Handles QLowEnergyService::characteristicWritten events.
The CalibrationServicePrivate class provides private implementation for CalibrationService.
The CalibrationService class accesses the Calibrartion service of Pokit devices.
#define QTPOKIT_BEGIN_NAMESPACE
Macro for starting the QtPokit library's top-most namespace (if one is defined).
#define QTPOKIT_EXPORT
QtPokit library export/import macro.
#define QTPOKIT_END_NAMESPACE
Macro for ending the QtPokit library's top-most namespace (if one is defined).