#include <stdlib.h>#include <string.h>#include <glib.h>#include "sigrok.h"#include "sigrok-internal.h"
Go to the source code of this file.
Variables | |
| SR_PRIV struct sr_output_format | output_binary |
| SR_PRIV struct sr_output_format output_binary |
{
.id = "binary",
.description = "Raw binary",
.df_type = SR_DF_LOGIC,
.init = NULL,
.data = data,
.event = NULL,
}
1.7.6.1