#include <Transport.h>
Public Types | |
enum | errors { ERROR_BASE, NOT_CONFIGURED, CONFIGURE_FAIL, UNACKNOWLEDGED_SEND, BAD_ACK_RESULT } |
Public Member Functions | |
TransportException (const char *msg, enum errors ex_type=ERROR_BASE) | |
Public Attributes | |
enum errors | type |
Public Attributes inherited from clearpath::Exception | |
const char * | message |
Additional Inherited Members | |
Protected Member Functions inherited from clearpath::Exception | |
Exception (const char *msg="none") | |
Definition at line 60 of file Transport.h.
Enumerator | |
---|---|
ERROR_BASE | |
NOT_CONFIGURED | |
CONFIGURE_FAIL | |
UNACKNOWLEDGED_SEND | |
BAD_ACK_RESULT |
Definition at line 63 of file Transport.h.
clearpath::TransportException::TransportException | ( | const char * | msg, |
enum errors | ex_type = ERROR_BASE |
||
) |
Definition at line 76 of file Transport.cpp.
enum errors clearpath::TransportException::type |
Definition at line 72 of file Transport.h.