|
icub-client
|
Classes | |
| class | SamSupervisorModule |
| Model management and supervisor. More... | |
Functions | |
| def | exception_hook (exc_type, exc_value, exc_traceback) |
| Callback function to record any errors that occur in the log files. More... | |
Variables | |
| samMod = SamSupervisorModule() | |
| yrf = yarp.ResourceFinder() | |
| def SAM.SAM_Core.samSupervisor.exception_hook | ( | exc_type, | |
| exc_value, | |||
| exc_traceback | |||
| ) |
Callback function to record any errors that occur in the log files.
| exc_type | Exception Type. |
| exc_value | Exception Value. |
| exc_traceback | Exception Traceback. |
Definition at line 1742 of file samSupervisor.py.
| SAM.SAM_Core.samSupervisor.samMod = SamSupervisorModule() |
Definition at line 1751 of file samSupervisor.py.
| SAM.SAM_Core.samSupervisor.yrf = yarp.ResourceFinder() |
Definition at line 1752 of file samSupervisor.py.
1.8.13