libsigrokdecode  0.4.0
sigrok protocol decoding library
Functions
decoder.c File Reference

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_decodersrd_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...
 

Detailed Description

Listing, loading, unloading, and handling protocol decoders.

Definition in file decoder.c.