|
HokuyoAIST
3.0.1
|
Bad checksum error. More...
#include <hokuyoaist/hokuyo_errors.h>


Public Member Functions | |
| ChecksumError (int expected, int calculated) | |
| Checksum error constructor. | |
| ChecksumError (ChecksumError const &rhs) | |
| virtual int | expected () const throw () |
| virtual int | calculated () const throw () |
| virtual const char * | what () throw () |
Protected Attributes | |
| int | expected_ |
| Expected checksum value. | |
| int | calculated_ |
| Calculated checksum value. | |
Bad checksum error.
Definition at line 357 of file hokuyo_errors.h.
| hokuyoaist::ChecksumError::ChecksumError | ( | int | expected, |
| int | calculated | ||
| ) | [inline] |
Checksum error constructor.
| expected | The expected checksum. |
| calculated | The calculated checksum. |
Definition at line 364 of file hokuyo_errors.h.
| hokuyoaist::ChecksumError::ChecksumError | ( | ChecksumError const & | rhs | ) | [inline] |
Definition at line 368 of file hokuyo_errors.h.
| virtual int hokuyoaist::ChecksumError::calculated | ( | ) | const throw () [inline, virtual] |
Definition at line 376 of file hokuyo_errors.h.
| virtual int hokuyoaist::ChecksumError::expected | ( | ) | const throw () [inline, virtual] |
Definition at line 373 of file hokuyo_errors.h.
| virtual const char* hokuyoaist::ChecksumError::what | ( | ) | throw () [virtual] |
Reimplemented from hokuyoaist::BaseError.
int hokuyoaist::ChecksumError::calculated_ [protected] |
Calculated checksum value.
Definition at line 389 of file hokuyo_errors.h.
int hokuyoaist::ChecksumError::expected_ [protected] |
Expected checksum value.
Definition at line 387 of file hokuyo_errors.h.
1.7.6.1