#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 |
Defines | |
#define | MAX_HEADER_LEN (1024 + (SR_MAX_NUM_PROBES * (SR_MAX_PROBENAME_LEN + 10))) |
Variables | |
SR_PRIV struct sr_output_format | output_gnuplot |
#define MAX_HEADER_LEN (1024 + (SR_MAX_NUM_PROBES * (SR_MAX_PROBENAME_LEN + 10))) |
{ .id = "gnuplot", .description = "Gnuplot", .df_type = SR_DF_LOGIC, .init = init, .data = data, .event = event, }