![]() |
libsigrok
0.5.2
sigrok hardware access and backend library
|
Loading and saving libsigrok session files. More...
#include <config.h>#include <string.h>#include <stdlib.h>#include <zip.h>#include <errno.h>#include <glib.h>#include <glib/gstdio.h>#include <libsigrok/libsigrok.h>#include "libsigrok-internal.h"
Include dependency graph for session_file.c:Go to the source code of this file.
Functions | |
| int | sr_session_load (struct sr_context *ctx, const char *filename, struct sr_session **session) |
| Load the session from the specified filename. More... | |
Variables | |
| SR_PRIV struct sr_dev_driver | session_driver |
Loading and saving libsigrok session files.
Definition in file session_file.c.
1.8.10