libsigrok
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Variables
binary.c File Reference
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/time.h>
#include "sigrok.h"
#include "sigrok-internal.h"
Include dependency graph for binary.c:

Go to the source code of this file.

Macros

#define CHUNKSIZE   (512 * 1024)
 
#define DEFAULT_NUM_PROBES   8
 

Variables

SR_PRIV struct sr_input_format input_binary
 

Macro Definition Documentation

#define CHUNKSIZE   (512 * 1024)

Definition at line 29 of file binary.c.

#define DEFAULT_NUM_PROBES   8

Definition at line 30 of file binary.c.

Variable Documentation

SR_PRIV struct sr_input_format input_binary
Initial value:
= {
.id = "binary",
.description = "Raw binary",
.format_match = format_match,
.init = init,
.loadfile = loadfile,
}

Definition at line 106 of file binary.c.