Definition at line 71 of file rosdiagnostic.py.
def rosdiagnostic.rosdiagnostic.RosDiagnostics.__init__ |
( |
|
self, |
|
|
|
options |
|
) |
| |
def rosdiagnostic.rosdiagnostic.RosDiagnostics._diag_callback |
( |
|
self, |
|
|
|
msg |
|
) |
| |
|
private |
def rosdiagnostic.rosdiagnostic.RosDiagnostics._get_leaf_statuses |
( |
|
self, |
|
|
|
statuses |
|
) |
| |
|
private |
def rosdiagnostic.rosdiagnostic.RosDiagnostics._get_non_leaf_statuses |
( |
|
self, |
|
|
|
statuses |
|
) |
| |
|
private |
def rosdiagnostic.rosdiagnostic.RosDiagnostics._get_ns |
( |
|
self, |
|
|
|
name |
|
) |
| |
|
private |
def rosdiagnostic.rosdiagnostic.RosDiagnostics._print_begin_banner |
( |
|
self, |
|
|
|
msg |
|
) |
| |
|
private |
def rosdiagnostic.rosdiagnostic.RosDiagnostics._print_end_banner |
( |
|
self, |
|
|
|
msg |
|
) |
| |
|
private |
def rosdiagnostic.rosdiagnostic.RosDiagnostics._print_status |
( |
|
self, |
|
|
|
diag, |
|
|
|
ts |
|
) |
| |
|
private |
rosdiagnostic.rosdiagnostic.RosDiagnostics._lvl_strings_map |
|
private |
rosdiagnostic.rosdiagnostic.RosDiagnostics._options |
|
private |
dictionary rosdiagnostic.rosdiagnostic.RosDiagnostics.DIAG_MSG_LVL_STR_COLOR |
|
static |
Initial value: 2 DiagnosticStatus.OK:
'\033[92m OK \033[0m',
3 DiagnosticStatus.WARN:
'\033[93mWARN \033[0m',
4 DiagnosticStatus.ERROR:
'\033[91mERROR\033[0m',
5 DiagnosticStatus.STALE:
'\033[94mSTALE\033[0m',
Definition at line 80 of file rosdiagnostic.py.
dictionary rosdiagnostic.rosdiagnostic.RosDiagnostics.DIAG_MSG_LVL_STR_NOCOLOR |
|
static |
Initial value: 2 DiagnosticStatus.OK:
' OK ',
3 DiagnosticStatus.WARN:
'WARN ',
4 DiagnosticStatus.ERROR:
'ERROR',
5 DiagnosticStatus.STALE:
'STALE',
Definition at line 73 of file rosdiagnostic.py.
The documentation for this class was generated from the following file: