SQ50 patches for libsigrok
Go to file
Uwe Hermann e31b636df6 Start unification of libsigrok return codes.
We have SIGROK_OK for functions calls where no errors occured. All
error code names start with SIGROK_ERR and are globally unique,
negative values.

The value SIGROK_ERR is a generic/unspecified error code, all others,
such as SIGROK_ERR_MALLOC, refer to a specific error condition.

This commit renames the old SIGROK_NOK etc.
2010-04-05 18:30:14 +02:00
hardware Start unification of libsigrok return codes. 2010-04-05 18:30:14 +02:00
output Start unification of libsigrok return codes. 2010-04-05 18:30:14 +02:00
Makefile.am Initial Value Change Dump (VCD) output support. 2010-04-04 13:19:20 +02:00
backend.c Start of code base layout restructuring. 2010-04-02 20:27:54 +02:00
datastore.c Start of code base layout restructuring. 2010-04-02 20:27:54 +02:00
debug.c Start of code base layout restructuring. 2010-04-02 20:27:54 +02:00
device.c Start of code base layout restructuring. 2010-04-02 20:27:54 +02:00
filter.c Start of code base layout restructuring. 2010-04-02 20:27:54 +02:00
hwplugin.c Start of code base layout restructuring. 2010-04-02 20:27:54 +02:00
session.c Start unification of libsigrok return codes. 2010-04-05 18:30:14 +02:00
sigrok.h Start unification of libsigrok return codes. 2010-04-05 18:30:14 +02:00