libsigrok
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Variables
ols.c File Reference
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <termios.h>
#include <string.h>
#include <sys/time.h>
#include <inttypes.h>
#include <arpa/inet.h>
#include <glib.h>
#include "sigrok.h"
#include "sigrok-internal.h"
#include "ols.h"
Include dependency graph for ols.c:

Go to the source code of this file.

Variables

SR_PRIV struct sr_dev_driver ols_driver_info
 

Variable Documentation

SR_PRIV struct sr_dev_driver ols_driver_info
Initial value:
= {
.name = "ols",
.longname = "Openbench Logic Sniffer",
.api_version = 1,
.init = hw_init,
.cleanup = hw_cleanup,
.dev_open = hw_dev_open,
.dev_close = hw_dev_close,
.dev_info_get = hw_dev_info_get,
.dev_status_get = hw_dev_status_get,
.hwcap_get_all = hw_hwcap_get_all,
.dev_config_set = hw_dev_config_set,
.dev_acquisition_start = hw_dev_acquisition_start,
.dev_acquisition_stop = hw_dev_acquisition_stop,
}

Definition at line 1042 of file ols.c.