libsigrok  0.3.0
sigrok hardware access and backend library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
output.c File Reference

Output file/data format handling. More...

#include "libsigrok.h"
#include "libsigrok-internal.h"
+ Include dependency graph for output.c:

Go to the source code of this file.

Functions

struct sr_output_format ** sr_output_list (void)
 
struct sr_outputsr_output_new (struct sr_output_format *of, GHashTable *params, const struct sr_dev_inst *sdi)
 
int sr_output_send (struct sr_output *o, const struct sr_datafeed_packet *packet, GString **out)
 
int sr_output_free (struct sr_output *o)
 

Detailed Description

Output file/data format handling.

Definition in file output.c.