libsigrok
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Structures | Variables
vcd.c File Reference
#include <stdlib.h>
#include <string.h>
#include <glib.h>
#include "config.h"
#include "sigrok.h"
#include "sigrok-internal.h"
Include dependency graph for vcd.c:

Go to the source code of this file.

Data Structures

struct  context
 

Variables

struct sr_output_format output_vcd
 

Variable Documentation

struct sr_output_format output_vcd
Initial value:
= {
.id = "vcd",
.description = "Value Change Dump (VCD)",
.df_type = SR_DF_LOGIC,
.init = init,
.data = data,
.event = event,
}
SR_PRIV int event(struct sr_output *o, int event_type, uint8_t **data_out, uint64_t *length_out)
Definition: text.c:146
SR_PRIV int init(struct sr_output *o, int default_spl, enum outputmode mode)
Definition: text.c:68

Definition at line 217 of file vcd.c.