|
HokuyoAIST
3.0.1
|
Base protocol error. More...
#include <hokuyoaist/hokuyo_errors.h>


Public Member Functions | |
| ProtocolError (unsigned int desc_code) | |
| Protocol error constructor. | |
| ProtocolError (unsigned int desc_code, char const *error_type) | |
| virtual | ~ProtocolError () throw () |
Base protocol error.
Definition at line 340 of file hokuyo_errors.h.
| hokuyoaist::ProtocolError::ProtocolError | ( | unsigned int | desc_code | ) | [inline] |
Protocol error constructor.
| desc_code | Index into the error descriptions string table. |
Definition at line 346 of file hokuyo_errors.h.
| hokuyoaist::ProtocolError::ProtocolError | ( | unsigned int | desc_code, |
| char const * | error_type | ||
| ) | [inline] |
Definition at line 349 of file hokuyo_errors.h.
| virtual hokuyoaist::ProtocolError::~ProtocolError | ( | ) | throw () [inline, virtual] |
Definition at line 352 of file hokuyo_errors.h.
1.7.6.1