Serial-TCP/IPbridge
1.0
|
Error messages functions declarations. More...
#include <string>
Go to the source code of this file.
Functions | |
std::string | errnoToString (int errNum) |
Transforms the selected errno number into a string that represents the error. More... | |
Error messages functions declarations.
Encoding: UTF-8 Project: Serial-TCP/IP bridge
std::string errnoToString | ( | int | errNum | ) |
Transforms the selected errno number into a string that represents the error.
errNum | The errno number. |
Thread-safe version of the standard strerror() function (it is a wrapper around the thread-safe function strerror_r() to provide a more convenient thread-safe way how to transform an errno into a string).