QtPokit
Native Qt library for Pokit devices
Loading...
Searching...
No Matches
multimeterservice.cpp File Reference

Defines the MultimeterService and MultimeterServicePrivate classes. More...

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

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.
 

Detailed Description

Defines the MultimeterService and MultimeterServicePrivate classes.