|
tico 0.1
Mechanical Watch Terminal Timegrapher
|
brief struct to hold the configuration parameters for the capture process More...
#include <config.h>

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 AppState * | appState |
brief struct to hold the configuration parameters for the capture process
| struct AppState* CapConfig::appState |
| unsigned int CapConfig::bph |
| snd_pcm_t* CapConfig::captureHandle |
| unsigned int CapConfig::cvalue |
| char CapConfig::device[MAX_DEVICE_LENGTH] |
| unsigned int CapConfig::evalue |
| unsigned int CapConfig::everyline |
| unsigned int CapConfig::fitN |
| FILE* CapConfig::fpDefPeak |
| FILE* CapConfig::fpInput |
| FILE* CapConfig::fpmaxcor |
| FILE* CapConfig::fpposition |
| FILE* CapConfig::fptotal |
| double CapConfig::rate |
| double CapConfig::SDthreshold |
| unsigned int CapConfig::teeth |
| unsigned int CapConfig::time |
| unsigned int CapConfig::verbose |
| unsigned int CapConfig::writeInterval |
| unsigned int CapConfig::zoom |