#include <stdio.h>
#include <comedilib.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/ioctl.h>
#include <errno.h>
#include <getopt.h>
#include <ctype.h>
#include <math.h>
#include <sys/time.h>
#include <string.h>
#include "comedi_test.h"
Go to the source code of this file.
Define Documentation
Function Documentation
| char* cmd_src |
( |
int |
src, |
|
|
char * |
buf |
|
) |
| |
| int count_bits |
( |
unsigned int |
bits | ) |
|
| void probe_max_1chan |
( |
comedi_t * |
it, |
|
|
int |
s |
|
) |
| |
| int test_cmd_logic_bug |
( |
void |
| ) |
|
| int test_cmd_no_cmd |
( |
void |
| ) |
|
| int test_cmd_probe_fast_1chan |
( |
void |
| ) |
|
| int test_cmd_probe_src_mask |
( |
void |
| ) |
|
| int test_cmd_read_fast_1chan |
( |
void |
| ) |
|
| int test_cmd_write_fast_1chan |
( |
void |
| ) |
|
| char* tobinary |
( |
char * |
s, |
|
|
int |
bits, |
|
|
int |
n |
|
) |
| |