ieee802154_base::UtilBase Class Reference
Detailed Description
Generic reporting and exception handler class.
Definition at line 65 of file ieee802154_base.py.
|
Public Member Functions |
def | error |
| reporting an error to stderr.
|
def | exc_handler |
| custom exception printer
|
def | message |
| regular message
|
def | setverbose |
| configure verbosity level
|
Data Fields |
| VERBOSE |
Static Public Attributes |
int | TMO = 1 |
int | VERBOSE = 0 |
Member Function Documentation
def ieee802154_base::UtilBase::error |
( |
|
self, |
|
|
|
msg, |
|
|
|
args | |
|
) |
| | |
def ieee802154_base::UtilBase::exc_handler |
( |
|
self, |
|
|
|
diag | |
|
) |
| | |
def ieee802154_base::UtilBase::message |
( |
|
self, |
|
|
|
lvl, |
|
|
|
msg, |
|
|
|
args | |
|
) |
| | |
def ieee802154_base::UtilBase::setverbose |
( |
|
self, |
|
|
|
verbose | |
|
) |
| | |