AFHBA404
AFHBA404 connects ACQ2106 to PCI-Express
|
Variables | |
int | verbose = ::getenv("VERBOSE", 0) |
int | dummy_first_loop = ::getenv("DUMMY_FIRST_LOOP", 0) |
possible speed up by filling cache first loop More... | |
int | MAXLOG = ::getenv("MAXLOG", 1000000) |
avoid oom More... | |
int | samples_buffer = 1 |
number of samples in each VI buffer (default:1) More... | |
int | nsamples = 2 |
samples to capture (default:2, typ 200000) More... | |
int | maxpoll = 0 |
int G::dummy_first_loop = ::getenv("DUMMY_FIRST_LOOP", 0) |
possible speed up by filling cache first loop
Definition at line 35 of file acqproc.cpp.
int G::MAXLOG = ::getenv("MAXLOG", 1000000) |
avoid oom
Definition at line 36 of file acqproc.cpp.
int G::maxpoll = 0 |
Definition at line 39 of file acqproc.cpp.
int G::nsamples = 2 |
samples to capture (default:2, typ 200000)
Definition at line 38 of file acqproc.cpp.
int G::samples_buffer = 1 |
number of samples in each VI buffer (default:1)
Definition at line 37 of file acqproc.cpp.
int G::verbose = ::getenv("VERBOSE", 0) |
Definition at line 34 of file acqproc.cpp.