![]() |
libsigrokdecode
0.5.0
sigrok protocol decoding library
|
Listing, loading, unloading, and handling protocol decoders. More...
#include <config.h>#include "libsigrokdecode-internal.h"#include <glib.h>
Include dependency graph for decoder.c:Go to the source code of this file.
Functions | |
| const GSList * | srd_decoder_list (void) |
| Returns the list of loaded protocol decoders. More... | |
| struct srd_decoder * | srd_decoder_get_by_id (const char *id) |
| Get the decoder with the specified ID. More... | |
| int | srd_decoder_load (const char *module_name) |
| Load a protocol decoder module into the embedded Python interpreter. More... | |
| char * | srd_decoder_doc_get (const struct srd_decoder *dec) |
| Return a protocol decoder's docstring. More... | |
| int | srd_decoder_unload (struct srd_decoder *dec) |
| Unload the specified protocol decoder. More... | |
| int | srd_decoder_load_all (void) |
| Load all installed protocol decoders. More... | |
| int | srd_decoder_unload_all (void) |
| Unload all loaded protocol decoders. More... | |
Listing, loading, unloading, and handling protocol decoders.
Definition in file decoder.c.
1.8.14