|
tico 0.1
Mechanical Watch Terminal Timegrapher
|
Struct to hold all the resources needed for the application. More...
#include <resources.h>

Data Fields | |
| size_t | arrayLength |
| struct myarr * | subpos |
| struct myarr * | maxpos |
| struct myarr * | maxvals |
| struct myarr * | derivative |
| struct myarr * | tmpder |
| struct myarr * | reference |
| struct myarr ** | teethArray |
| fftw_complex * | filterFFT |
| int16_t * | audioBuffer16 |
| size_t | mod |
| size_t | maxTime |
Struct to hold all the resources needed for the application.
| size_t AppResources::arrayLength |
| int16_t* AppResources::audioBuffer16 |
| struct myarr* AppResources::derivative |
| fftw_complex* AppResources::filterFFT |
| struct myarr* AppResources::maxpos |
| size_t AppResources::maxTime |
| struct myarr* AppResources::maxvals |
| size_t AppResources::mod |
| struct myarr* AppResources::reference |
| struct myarr* AppResources::subpos |
| struct myarr** AppResources::teethArray |
| struct myarr* AppResources::tmpder |