#include <stdlib.h>#include <string.h>#include <glib.h>#include "config.h"#include "sigrok.h"#include "sigrok-internal.h"
Go to the source code of this file.
Data Structures | |
| struct | context |
Variables | |
| SR_PRIV struct sr_output_format | output_csv |
| SR_PRIV struct sr_output_format output_csv |
{
.id = "csv",
.description = "Comma-separated values (CSV)",
.df_type = SR_DF_LOGIC,
.init = init,
.data = data,
.event = event,
}
1.7.6.1