Incorrect line length error.
More...
#include <hokuyoaist/hokuyo_errors.h>
Protected Attributes |
int | length_ |
| The received line length.
|
int | expected_ |
| The expected line length.
|
Detailed Description
Incorrect line length error.
Definition at line 641 of file hokuyo_errors.h.
Constructor & Destructor Documentation
hokuyoaist::LineLengthError::LineLengthError |
( |
int |
length, |
|
|
int |
expected |
|
) |
| |
|
inline |
Line length error constructor.
- Parameters
-
length | The number of bytes received. |
expected | The expected length of the line. |
Definition at line 648 of file hokuyo_errors.h.
hokuyoaist::LineLengthError::LineLengthError |
( |
LineLengthError const & |
rhs | ) |
|
|
inline |
Member Function Documentation
virtual int hokuyoaist::LineLengthError::expected |
( |
| ) |
const throw () |
|
inlinevirtual |
virtual int hokuyoaist::LineLengthError::length |
( |
| ) |
const throw () |
|
inlinevirtual |
const char* hokuyoaist::LineLengthError::what |
( |
| ) |
throw () |
|
virtual |
Member Data Documentation
int hokuyoaist::LineLengthError::expected_ |
|
protected |
int hokuyoaist::LineLengthError::length_ |
|
protected |
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/gbiggs-hokuyoaist-32e8771/include/hokuyoaist/hokuyo_errors.h