libuav original
Dependents: UAVCAN UAVCAN_Subscriber
LibuavcanErrorException Class Reference
This type is thrown when a Libuavcan API method exits with error. More...
#include <exception.hpp>
Inherits uavcan_linux::Exception.
Public Member Functions | |
| int | getErrno () const |
| Returns standard UNIX errno value captured at the moment when this exception object was constructed. | |
Detailed Description
This type is thrown when a Libuavcan API method exits with error.
The error code is stored in the exception object and is avialable via getLibuavcanErrorCode().
Definition at line 42 of file exception.hpp.
Member Function Documentation
| int getErrno | ( | ) | const [inherited] |
Returns standard UNIX errno value captured at the moment when this exception object was constructed.
Definition at line 35 of file exception.hpp.
Generated on Tue Jul 12 2022 17:17:38 by
1.7.2