HokuyoAIST
3.0.1
|
Baudrate error class. More...
#include <hokuyoaist/hokuyo_errors.h>
Public Member Functions | |
BaudrateError (unsigned int baud) | |
Baud rate error constructor. More... | |
BaudrateError (BaudrateError const &rhs) | |
unsigned int | baud () const throw () |
const char * | what () throw () |
![]() | |
RuntimeError (unsigned int desc_code) | |
Runtime error constructor. More... | |
RuntimeError (unsigned int desc_code, char const *error_type) | |
virtual | ~RuntimeError () throw () |
![]() | |
BaseError (unsigned int desc_code, char const *error_type) | |
Hokuyo error constructor. More... | |
BaseError (BaseError const &rhs) | |
virtual | ~BaseError () throw () |
virtual unsigned int | desc_code () const throw () |
virtual char const * | error_type () const throw () |
Protected Attributes | |
unsigned int | baud_ |
Baud rate that caused the error. More... | |
Baudrate error class.
Definition at line 157 of file hokuyo_errors.h.
|
inline |
Baud rate error constructor.
baud | The bad baud rate. |
Definition at line 163 of file hokuyo_errors.h.
|
inline |
Definition at line 166 of file hokuyo_errors.h.
|
inline |
Definition at line 170 of file hokuyo_errors.h.
|
virtual |
Reimplemented from hokuyoaist::BaseError.
|
protected |
Baud rate that caused the error.
Definition at line 177 of file hokuyo_errors.h.