QtPokit
Native Qt library for Pokit devices
|
Defines the MultimeterService and MultimeterServicePrivate classes. More...
#include <qtpokit/multimeterservice.h>
#include "multimeterservice_p.h"
#include <QDataStream>
#include <QIODevice>
#include <QtEndian>
Functions | |
bool | operator== (const MultimeterService::Range &lhs, const MultimeterService::Range &rhs) |
Returns true if lhs is numerically equal to rhs, false otherwise. | |
bool | operator!= (const MultimeterService::Range &lhs, const MultimeterService::Range &rhs) |
Returns true if lhs is numerically not-equal to rhs, false otherwise. | |
bool | operator< (const MultimeterService::Range &lhs, const MultimeterService::Range &rhs) |
Returns true if lhs is numerically less than rhs, false otherwise. | |
bool | operator> (const MultimeterService::Range &lhs, const MultimeterService::Range &rhs) |
Returns true if lhs is numerically greater than rhs, false otherwise. | |
bool | operator<= (const MultimeterService::Range &lhs, const MultimeterService::Range &rhs) |
Returns true if lhs is numerically less than or equal to rhs, false otherwise. | |
bool | operator>= (const MultimeterService::Range &lhs, const MultimeterService::Range &rhs) |
Returns true if lhs is numerically greater than or equal to rhs, false otherwise. | |
Defines the MultimeterService and MultimeterServicePrivate classes.