|
AFHBA404
AFHBA404 connects ACQ2106 to PCI-Express
|
main program with UI, instantiates system. acqproc_th.cpp : test harness More...
#include "afhba-llcontrol.h"#include <iostream>#include <iomanip>#include <fstream>#include <sstream>#include "AcqSys.h"Go to the source code of this file.
Namespaces | |
| G | |
Functions | |
| int | getenv (const char *key, int def, int(*cvt)(const char *key)) |
| const char * | ui (int argc, char *argv[]) |
| int | main (int argc, char *argv[]) |
Variables | |
| int | sched_fifo_priority |
| int | G::verbose = ::getenv("VERBOSE", 0) |
| int | G::dummy_first_loop = ::getenv("DUMMY_FIRST_LOOP", 0) |
| possible speed up by filling cache first loop More... | |
| int | G::MAXLOG = ::getenv("MAXLOG", 1000000) |
| avoid oom More... | |
| int | G::samples_buffer = 1 |
| number of samples in each VI buffer (default:1) More... | |
| int | G::nsamples = 2 |
| samples to capture (default:2, typ 200000) More... | |
| int | G::maxpoll = 0 |
main program with UI, instantiates system. acqproc_th.cpp : test harness
Created on: 27 Feb 2020 Author: pgm
Definition in file acqproc.cpp.
| int getenv | ( | const char * | key, |
| int | def, | ||
| int(*)(const char *key) | cvt | ||
| ) |
Definition at line 23 of file acqproc.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 75 of file acqproc.cpp.
| const char* ui | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 44 of file acqproc.cpp.
| int sched_fifo_priority |
Definition at line 136 of file afhba-llcontrol.c.
1.8.18