HokuyoAIST
3.0.2
|
Bad checksum error. More...
#include <hokuyoaist/hokuyo_errors.h>
Public Member Functions | |
ChecksumError (int expected, int calculated) | |
Checksum error constructor. More... | |
ChecksumError (ChecksumError const &rhs) | |
virtual int | expected () const throw () |
virtual int | calculated () const throw () |
Public Member Functions inherited from hokuyoaist::ProtocolError | |
ProtocolError (unsigned int desc_code) | |
Protocol error constructor. More... | |
ProtocolError (unsigned int desc_code, char const *error_type) | |
virtual | ~ProtocolError () throw () |
Public Member Functions inherited from hokuyoaist::RuntimeError | |
RuntimeError (unsigned int desc_code) | |
Runtime error constructor. More... | |
RuntimeError (unsigned int desc_code, char const *error_type) | |
virtual | ~RuntimeError () throw () |
Public Member Functions inherited from hokuyoaist::BaseError | |
BaseError (unsigned int desc_code, char const *error_type) | |
Hokuyo error constructor. More... | |
BaseError (BaseError const &rhs) | |
virtual | ~BaseError () throw () |
virtual unsigned int | desc_code () const throw () |
virtual char const * | error_type () const throw () |
virtual const char * | what () const throw () |
Protected Attributes | |
int | expected_ |
Expected checksum value. More... | |
int | calculated_ |
Calculated checksum value. More... | |
Protected Attributes inherited from hokuyoaist::BaseError | |
unsigned int | desc_code_ |
Description code for use with the error string table. More... | |
std::string | error_str_ |
Formatted description of the error. More... | |
char | error_type_ [32] |
String representation of the error. More... | |
Bad checksum error.
Definition at line 346 of file hokuyo_errors.h.
hokuyoaist::ChecksumError::ChecksumError | ( | int | expected, |
int | calculated | ||
) |
Checksum error constructor.
expected | The expected checksum. |
calculated | The calculated checksum. |
hokuyoaist::ChecksumError::ChecksumError | ( | ChecksumError const & | rhs | ) |
|
inlinevirtual |
Definition at line 359 of file hokuyo_errors.h.
|
inlinevirtual |
Definition at line 356 of file hokuyo_errors.h.
|
protected |
Calculated checksum value.
Definition at line 366 of file hokuyo_errors.h.
|
protected |
Expected checksum value.
Definition at line 364 of file hokuyo_errors.h.