libptpmgmt
1.4
libptpmgmt library that provides the functionality of linuxptp pmc
|
Keep last error. More...
#include <err.h>
Static Public Member Functions | |
static bool | isError () |
static const std::string & | getError () |
static const std::string & | getFile () |
static int | getFileLine () |
static const std::string & | getFunc () |
static int | getErrno () |
static const std::string & | getMsg () |
static const std::string & | getErrnoMsg () |
Keep last error.
The class keep the last error created in the libptpmgmt library The class is thread-safe, the error is kept per thread seperatly!
|
inlinestatic |
Get last error errno value
|
static |
Get last errno message
|
inlinestatic |
Get last error full string
|
inlinestatic |
Get last error source file name
|
inlinestatic |
Get last error source file line number
|
inlinestatic |
Get last error function name
|
inlinestatic |
Get last error message
|
inlinestatic |
Query if we have error