Bad checksum error.
More...
#include <hokuyoaist/hokuyo_errors.h>
|
| int | expected_ |
| | Expected checksum value.
|
| |
| int | calculated_ |
| | Calculated checksum value.
|
| |
| unsigned int | desc_code_ |
| | Description code for use with the error string table.
|
| |
| std::string | error_str_ |
| | Formatted description of the error.
|
| |
| char | error_type_ [32] |
| | String representation of the error.
|
| |
Bad checksum error.
Definition at line 344 of file hokuyo_errors.h.
◆ ChecksumError() [1/2]
| hokuyoaist::ChecksumError::ChecksumError |
( |
int | expected, |
|
|
int | calculated ) |
Checksum error constructor.
- Parameters
-
| expected | The expected checksum. |
| calculated | The calculated checksum. |
◆ ChecksumError() [2/2]
| hokuyoaist::ChecksumError::ChecksumError |
( |
ChecksumError const & | rhs | ) |
|
◆ calculated()
| virtual int hokuyoaist::ChecksumError::calculated |
( |
| ) |
const |
| throw | ( | ) | | | |
|
inlinevirtual |
◆ expected()
| virtual int hokuyoaist::ChecksumError::expected |
( |
| ) |
const |
| throw | ( | ) | | | |
|
inlinevirtual |
◆ calculated_
| int hokuyoaist::ChecksumError::calculated_ |
|
protected |
◆ expected_
| int hokuyoaist::ChecksumError::expected_ |
|
protected |
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/hokuyoaist-b87a88aa66853d3c9d901d4e6be729c5fe69aae0/include/hokuyoaist/hokuyo_errors.h