Bad checksum error.
More...
#include <hokuyoaist/hokuyo_errors.h>
Protected Attributes |
int | expected_ |
| Expected checksum value.
|
int | calculated_ |
| Calculated checksum value.
|
Detailed Description
Bad checksum error.
Definition at line 349 of file hokuyo_errors.h.
Constructor & Destructor Documentation
hokuyoaist::ChecksumError::ChecksumError |
( |
int |
expected, |
|
|
int |
calculated |
|
) |
| |
|
inline |
Checksum error constructor.
- Parameters
-
expected | The expected checksum. |
calculated | The calculated checksum. |
Definition at line 356 of file hokuyo_errors.h.
hokuyoaist::ChecksumError::ChecksumError |
( |
ChecksumError const & |
rhs | ) |
|
|
inline |
Member Function Documentation
virtual int hokuyoaist::ChecksumError::calculated |
( |
| ) |
const throw () |
|
inlinevirtual |
virtual int hokuyoaist::ChecksumError::expected |
( |
| ) |
const throw () |
|
inlinevirtual |
const char* hokuyoaist::ChecksumError::what |
( |
| ) |
throw () |
|
virtual |
Member Data Documentation
int hokuyoaist::ChecksumError::calculated_ |
|
protected |
int hokuyoaist::ChecksumError::expected_ |
|
protected |
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/gbiggs-hokuyoaist-32e8771/include/hokuyoaist/hokuyo_errors.h