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 332 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 338 of file hokuyo_errors.h.
hokuyoaist::ProtocolError::ProtocolError | ( | unsigned int | desc_code, |
char const * | error_type | ||
) | [inline] |
Definition at line 341 of file hokuyo_errors.h.
virtual hokuyoaist::ProtocolError::~ProtocolError | ( | ) | throw () [inline, virtual] |
Definition at line 344 of file hokuyo_errors.h.