#include <stdlib.h>
#include <string.h>
#include <glib.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_chronovu_la8 |
{ .id = "chronovu-la8", .description = "ChronoVu LA8", .df_type = SR_DF_LOGIC, .init = init, .data = data, .event = event, }
Definition at line 233 of file chronovu_la8.c.