libsigrok/output
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
..
output.c Initial Value Change Dump (VCD) output support. 2010-04-04 13:19:20 +02:00
output_skeleton.c Allow output_format.init() to return errors. 2010-04-05 18:30:08 +02:00
output_text.c Allow output_format.init() to return errors. 2010-04-05 18:30:08 +02:00
output_vcd.c Start unification of libsigrok return codes. 2010-04-05 18:30:14 +02:00