AFHBA404
AFHBA404 connects ACQ2106 to PCI-Express
Namespaces | Functions | Variables
acqproc.cpp File Reference

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
 

Detailed Description

main program with UI, instantiates system. acqproc_th.cpp : test harness

Created on: 27 Feb 2020 Author: pgm

Definition in file acqproc.cpp.

Function Documentation

◆ getenv()

int getenv ( const char *  key,
int  def,
int(*)(const char *key)  cvt 
)

Definition at line 23 of file acqproc.cpp.

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 75 of file acqproc.cpp.

◆ ui()

const char* ui ( int  argc,
char *  argv[] 
)

Definition at line 44 of file acqproc.cpp.

Variable Documentation

◆ sched_fifo_priority

int sched_fifo_priority

Definition at line 136 of file afhba-llcontrol.c.