|
fdhwlib
2.0.25
|
#include <PbusError.h>
Exeption handling for any PBUS error.
explicit runtime_error(const string& _S): exception(""), _Str(_S) {}
Definition at line 34 of file PbusError.h.
| PbusError::PbusError | ( | unsigned long | addr, |
| unsigned long | data | ||
| ) | [inline] |
| PbusError::PbusError | ( | unsigned long | addr | ) | [inline] |
| PbusError::PbusError | ( | const char * | msg, |
| unsigned long | addr = 0, |
||
| unsigned long | data = 0 |
||
| ) | [inline] |
| PbusError::PbusError | ( | const char * | msg, |
| const char * | fmt, | ||
| ... | |||
| ) | [inline] |
| void PbusError::displayMsg | ( | FILE * | fout | ) | [inline] |
Definition at line 104 of file PbusError.h.
| unsigned long PbusError::getAddr | ( | ) | const [inline] |
| unsigned long PbusError::getData | ( | ) | const [inline] |
| const char* PbusError::getMsg | ( | ) | const [inline] |
| const char* PbusError::what | ( | ) | const throw () [inline] |
unsigned long PbusError::addr [private] |
Definition at line 65 of file PbusError.h.
Referenced by displayMsg(), getAddr(), and PbusError().
unsigned long PbusError::data [private] |
Definition at line 68 of file PbusError.h.
Referenced by displayMsg(), getData(), and PbusError().
char PbusError::msg[120] [private] |
Definition at line 70 of file PbusError.h.
Referenced by displayMsg(), getMsg(), and PbusError().