Incorrect line length error.
More...
#include <hokuyoaist/hokuyo_errors.h>
|
int | length_ |
| The received line length.
|
|
int | expected_ |
| The expected line length.
|
|
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.
|
|
Incorrect line length error.
Definition at line 568 of file hokuyo_errors.h.
◆ LineLengthError() [1/2]
hokuyoaist::LineLengthError::LineLengthError |
( |
int | length, |
|
|
int | expected ) |
Line length error constructor.
- Parameters
-
length | The number of bytes received. |
expected | The expected length of the line. |
◆ LineLengthError() [2/2]
hokuyoaist::LineLengthError::LineLengthError |
( |
LineLengthError const & | rhs | ) |
|
◆ expected()
virtual int hokuyoaist::LineLengthError::expected |
( |
| ) |
const |
throw | ( | ) | | | |
|
inlinevirtual |
◆ length()
virtual int hokuyoaist::LineLengthError::length |
( |
| ) |
const |
throw | ( | ) | | | |
|
inlinevirtual |
◆ expected_
int hokuyoaist::LineLengthError::expected_ |
|
protected |
◆ length_
int hokuyoaist::LineLengthError::length_ |
|
protected |
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/hokuyoaist-3.0.2-build/hokuyoaist-b87a88aa66853d3c9d901d4e6be729c5fe69aae0/include/hokuyoaist/hokuyo_errors.h