libsigrok  unreleased development snapshot
sigrok hardware access and backend library
Functions
backend.c File Reference

Initializing and shutting down libsigrok. More...

#include <config.h>
#include <glib.h>
#include <libsigrok/libsigrok.h>
#include "libsigrok-internal.h"
#include "minilzo/minilzo.h"
+ Include dependency graph for backend.c:

Go to the source code of this file.

Functions

GSList * sr_buildinfo_libs_get (void)
 
char * sr_buildinfo_host_get (void)
 
char * sr_buildinfo_scpi_backends_get (void)
 
int sr_init (struct sr_context **ctx)
 Initialize libsigrok. More...
 
int sr_exit (struct sr_context *ctx)
 Shutdown libsigrok. More...
 

Detailed Description

Initializing and shutting down libsigrok.

Definition in file backend.c.