MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / srd_decoder_list

Function srd_decoder_list

libsigrokdecode4DSL/decoder.c:80–83  ·  view source on GitHub ↗

* Returns the list of loaded protocol decoders. * * This is a GSList of pointers to struct srd_decoder items. * * @return List of decoders, NULL if none are supported or loaded. * * @since 0.2.0 */

Source from the content-addressed store, hash-verified

78 * @since 0.2.0
79 */
80SRD_API const GSList *srd_decoder_list(void)
81{
82 return pd_list;
83}
84
85/**
86 * Get the decoder with the specified ID.

Callers 3

load_decodersMethod · 0.85
DecoderMenuMethod · 0.85
ProtocolDockMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected