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

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

Detailed Description

Loading and saving libsigrok session files.

Definition in file session_file.c.