File: comedi_test.h

package info (click to toggle)
comedilib 0.11.0%2B5-1.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,544 kB
  • sloc: xml: 19,779; ansic: 14,719; sh: 5,679; cpp: 2,211; ruby: 1,658; perl: 700; makefile: 596; yacc: 439; lex: 86; python: 17
file content (17 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

#ifndef _COMEDI_TEST_H_
#define _COMEDI_TEST_H_

extern char *filename;
extern comedi_t *device;

extern int subdevice;

extern int verbose;

extern unsigned int capabilities;

extern int realtime;

#endif