libsigrok  0.3.0
sigrok hardware access and backend library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Functions
error.c File Reference

Error handling in libsigrok. More...

#include "libsigrok.h"
+ Include dependency graph for error.c:

Go to the source code of this file.

Functions

const char * sr_strerror (int error_code)
 Return a human-readable error string for the given libsigrok error code. More...
 
const char * sr_strerror_name (int error_code)
 Return the "name" string of the given libsigrok error code. More...
 

Detailed Description

Error handling in libsigrok.

Definition in file error.c.