libsigrok
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines
Defines | 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.

Defines

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

Variables

SR_PRIV struct sr_input_format input_binary

Define 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

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

Definition at line 106 of file binary.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines