Dokit
Native Qt library for Pokit devices
Loading...
Searching...
No Matches
dsoservice.cpp File Reference

Defines the DsoService and DsoServicePrivate classes. More...

#include <qtpokit/dsoservice.h>
#include "dsoservice_p.h"
#include <QDataStream>
#include <QIODevice>
#include <QtEndian>
Include dependency graph for dsoservice.cpp:

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.
 

Detailed Description

Defines the DsoService and DsoServicePrivate classes.