tico 0.1
Mechanical Watch Terminal Timegrapher
Data Fields
AppResources Struct Reference

Struct to hold all the resources needed for the application. More...

#include <resources.h>

Collaboration diagram for AppResources:
Collaboration graph
[legend]

Data Fields

size_t arrayLength
 
struct myarrsubpos
 
struct myarrmaxpos
 
struct myarrmaxvals
 
struct myarrderivative
 
struct myarrtmpder
 
struct myarrreference
 
struct myarr ** teethArray
 
fftw_complex * filterFFT
 
int16_t * audioBuffer16
 
size_t mod
 
size_t maxTime
 

Detailed Description

Struct to hold all the resources needed for the application.

Field Documentation

◆ arrayLength

size_t AppResources::arrayLength

◆ audioBuffer16

int16_t* AppResources::audioBuffer16

◆ derivative

struct myarr* AppResources::derivative

◆ filterFFT

fftw_complex* AppResources::filterFFT

◆ maxpos

struct myarr* AppResources::maxpos

◆ maxTime

size_t AppResources::maxTime

◆ maxvals

struct myarr* AppResources::maxvals

◆ mod

size_t AppResources::mod

◆ reference

struct myarr* AppResources::reference

◆ subpos

struct myarr* AppResources::subpos

◆ teethArray

struct myarr** AppResources::teethArray

◆ tmpder

struct myarr* AppResources::tmpder

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