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
GpCoreTools::FletcherChecksum::FletcherChecksum | ( | ) | [inline] |
GpCoreTools::FletcherChecksum::FletcherChecksum | ( | unsigned char | a, |
unsigned char | b | ||
) | [inline] |
GpCoreTools::FletcherChecksum::FletcherChecksum | ( | const FletcherChecksum & | o | ) | [inline] |
unsigned char GpCoreTools::FletcherChecksum::a | ( | ) | const [inline] |
{return _values.a;}
void GpCoreTools::FletcherChecksum::add | ( | const char * | buffer, |
int | length | ||
) | [inline] |
unsigned char GpCoreTools::FletcherChecksum::b | ( | ) | const [inline] |
{return _values.b;}
bool GpCoreTools::FletcherChecksum::operator== | ( | const FletcherChecksum & | o | ) | const [inline] |
void GpCoreTools::FletcherChecksum::reset | ( | ) | [inline] |
unsigned char GpCoreTools::FletcherChecksum::_bytes[2] |
unsigned short GpCoreTools::FletcherChecksum::_raw |
Referenced by FletcherChecksum(), and operator==().
struct { ... } GpCoreTools::FletcherChecksum::_values |
Referenced by add().
unsigned char GpCoreTools::FletcherChecksum::a |
Referenced by GpCoreTools::MessageClassIdHeader::isValid(), and UbxDevice::sendRaw().
unsigned char GpCoreTools::FletcherChecksum::b |
Referenced by GpCoreTools::MessageClassIdHeader::isValid(), and UbxDevice::sendRaw().