All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Brief description of class still missing. More...
#include <FletcherChecksum.h>
Public Member Functions | |
unsigned char | a () const |
void | add (const char *buffer, int length) |
unsigned char | b () const |
FletcherChecksum () | |
FletcherChecksum (unsigned char a, unsigned char b) | |
FletcherChecksum (const FletcherChecksum &o) | |
bool | operator== (const FletcherChecksum &o) const |
void | reset () |
Brief description of class still missing.
Full description of class still missing
QGpCoreTools::FletcherChecksum::FletcherChecksum | ( | ) | [inline] |
QGpCoreTools::FletcherChecksum::FletcherChecksum | ( | unsigned char | a, |
unsigned char | b | ||
) | [inline] |
QGpCoreTools::FletcherChecksum::FletcherChecksum | ( | const FletcherChecksum & | o | ) | [inline] |
unsigned char QGpCoreTools::FletcherChecksum::a | ( | ) | const [inline] |
{return _values.a;}
void QGpCoreTools::FletcherChecksum::add | ( | const char * | buffer, |
int | length | ||
) | [inline] |
unsigned char QGpCoreTools::FletcherChecksum::b | ( | ) | const [inline] |
{return _values.b;}
bool QGpCoreTools::FletcherChecksum::operator== | ( | const FletcherChecksum & | o | ) | const [inline] |
void QGpCoreTools::FletcherChecksum::reset | ( | ) | [inline] |
Referenced by GpsLink::raw().
unsigned char QGpCoreTools::FletcherChecksum::_bytes[2] |
unsigned short QGpCoreTools::FletcherChecksum::_raw |
Referenced by FletcherChecksum(), and operator==().
struct { ... } QGpCoreTools::FletcherChecksum::_values |
Referenced by add().
unsigned char QGpCoreTools::FletcherChecksum::a |
unsigned char QGpCoreTools::FletcherChecksum::b |