Bad response error (SCIP1 version)
More...
#include <hokuyoaist/hokuyo_errors.h>
Protected Attributes |
char | error_ |
| Error code as defined in SCIP2 (two bytes).
|
char | cmd_ |
| Command that triggered the error, from SCIP2 (two bytes).
|
Detailed Description
Bad response error (SCIP1 version)
Definition at line 501 of file hokuyo_errors.h.
Constructor & Destructor Documentation
hokuyoaist::Scip1ResponseError::Scip1ResponseError |
( |
char |
error, |
|
|
char |
cmd |
|
) |
| |
|
inline |
Response error constructor.
- Parameters
-
error | The two-byte error code received. |
cmd | The command that caused the error. |
Definition at line 508 of file hokuyo_errors.h.
Member Function Documentation
virtual char hokuyoaist::Scip1ResponseError::cmd_code |
( |
| ) |
const throw () |
|
inlinevirtual |
virtual char hokuyoaist::Scip1ResponseError::error_code |
( |
| ) |
const throw () |
|
inlinevirtual |
const char* hokuyoaist::Scip1ResponseError::what |
( |
| ) |
throw () |
|
virtual |
Member Data Documentation
char hokuyoaist::Scip1ResponseError::cmd_ |
|
protected |
Command that triggered the error, from SCIP2 (two bytes).
Definition at line 531 of file hokuyo_errors.h.
char hokuyoaist::Scip1ResponseError::error_ |
|
protected |
Error code as defined in SCIP2 (two bytes).
Definition at line 529 of file hokuyo_errors.h.
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/gbiggs-hokuyoaist-32e8771/include/hokuyoaist/hokuyo_errors.h