tico 0.1
Mechanical Watch Terminal Timegrapher
Data Fields
CapConfig Struct Reference

brief struct to hold the configuration parameters for the capture process More...

#include <config.h>

Collaboration diagram for CapConfig:
Collaboration graph
[legend]

Data Fields

double rate
 
unsigned int bph
 
unsigned int evalue
 
unsigned int zoom
 
unsigned int time
 
unsigned int everyline
 
unsigned int cvalue
 
unsigned int verbose
 
unsigned int fitN
 
unsigned int teeth
 
unsigned int writeInterval
 
double SDthreshold
 
char device [MAX_DEVICE_LENGTH]
 
FILE * fpposition
 
FILE * fpmaxcor
 
FILE * fptotal
 
FILE * fpDefPeak
 
FILE * fpInput
 
snd_pcm_t * captureHandle
 
struct AppStateappState
 

Detailed Description

brief struct to hold the configuration parameters for the capture process

Field Documentation

◆ appState

struct AppState* CapConfig::appState

◆ bph

unsigned int CapConfig::bph

◆ captureHandle

snd_pcm_t* CapConfig::captureHandle

◆ cvalue

unsigned int CapConfig::cvalue

◆ device

char CapConfig::device[MAX_DEVICE_LENGTH]

◆ evalue

unsigned int CapConfig::evalue

◆ everyline

unsigned int CapConfig::everyline

◆ fitN

unsigned int CapConfig::fitN

◆ fpDefPeak

FILE* CapConfig::fpDefPeak

◆ fpInput

FILE* CapConfig::fpInput

◆ fpmaxcor

FILE* CapConfig::fpmaxcor

◆ fpposition

FILE* CapConfig::fpposition

◆ fptotal

FILE* CapConfig::fptotal

◆ rate

double CapConfig::rate

◆ SDthreshold

double CapConfig::SDthreshold

◆ teeth

unsigned int CapConfig::teeth

◆ time

unsigned int CapConfig::time

◆ verbose

unsigned int CapConfig::verbose

◆ writeInterval

unsigned int CapConfig::writeInterval

◆ zoom

unsigned int CapConfig::zoom

The documentation for this struct was generated from the following file: