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 () |
const char * | what () throw () |
Protected Attributes | |
int | expected_ |
Expected checksum value. | |
int | calculated_ |
Calculated checksum value. |
Bad checksum error.
Definition at line 349 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 356 of file hokuyo_errors.h.
hokuyoaist::ChecksumError::ChecksumError | ( | ChecksumError const & | rhs | ) | [inline] |
Definition at line 360 of file hokuyo_errors.h.
virtual int hokuyoaist::ChecksumError::calculated | ( | ) | const throw () [inline, virtual] |
Definition at line 368 of file hokuyo_errors.h.
virtual int hokuyoaist::ChecksumError::expected | ( | ) | const throw () [inline, virtual] |
Definition at line 365 of file hokuyo_errors.h.
const char* hokuyoaist::ChecksumError::what | ( | ) | throw () [virtual] |
Reimplemented from hokuyoaist::BaseError.
int hokuyoaist::ChecksumError::calculated_ [protected] |
Calculated checksum value.
Definition at line 377 of file hokuyo_errors.h.
int hokuyoaist::ChecksumError::expected_ [protected] |
Expected checksum value.
Definition at line 375 of file hokuyo_errors.h.