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