This file is indexed.

/usr/share/doc/libeegdev0/examples/README is in libeegdev-dev 0.2-3.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
                             EEGDEV examples


The eegdev examples files are provided in 2 folders:


- library-usage
===============
	This contains examples of how to use the eegdev library into other
program, i.e. how to integrate the library into an acquisition loop. This
folder provides two examples: eegdev_acq, a simple acquisition loop, and
recinxdf, an example of how to integrate the acquisition and recording into
one independent module.


- plugin
===============
	This contains an example of implementation of a device backend. The
plugin, saw, implement a sawtooth function generator with a configurable
sampling rate.