]> sigrok.org Git - libsigrok.git/commit
resource: New internal API for accessing resource files
authorDaniel Elstner <redacted>
Sat, 26 Sep 2015 11:38:30 +0000 (13:38 +0200)
committerDaniel Elstner <redacted>
Thu, 1 Oct 2015 13:44:55 +0000 (15:44 +0200)
commitbee246665b05a59f91ff7d51040cbaee614ab0c7
tree31de9361afe7e1a840a8a79e55e993fb39de6d94
parent98654c99daf85bd2a81a9c87f517e800c31e34f2
resource: New internal API for accessing resource files

The resource API provides a generic means for accessing resources
that are bundled with sigrok, such as device firmware files. Since
the manner of resource bundling is platform-dependent, users of
libsigrok may override the functions used to open, close and read
a resource. The default implementation accesses resources as files
located in one of the XDG data directories or a directory defined
at compile time.
Makefile.am
include/libsigrok/libsigrok.h
include/libsigrok/proto.h
src/backend.c
src/libsigrok-internal.h
src/resource.c [new file with mode: 0644]