libsigrok  0.4.0
sigrok hardware access and backend library
Functions | Variables
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

SR_PRIV void sr_zip_discard (struct zip *archive)
 
SR_PRIV GKeyFile * sr_sessionfile_read_metadata (struct zip *archive, const struct zip_stat *entry)
 Read metadata entries from a session archive. More...
 
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
 

Detailed Description

Loading and saving libsigrok session files.

Definition in file session_file.c.