Codename Pineapple

Home page | Mailing list | Docs

Last updated: Sat Feb 3 05:02:02 2007

Asterisk developer's documentation :: Codename Pineapple


mf_detect_state_t Struct Reference

Collaboration diagram for mf_detect_state_t:

Collaboration graph
[legend]

Detailed Description

Definition at line 232 of file dsp.c.

Data Fields

int current_digits
int current_sample
int detected_digits
char digits [MAX_DTMF_DIGITS+1]
int fax_hits
int hits [5]
int lost_digits
int mhit
goertzel_state_t tone_out [6]


Field Documentation

int current_digits
 

Definition at line 250 of file dsp.c.

Referenced by ast_dsp_digitreset(), ast_dsp_getdigits(), and ast_dsp_process().

int current_sample
 

Definition at line 246 of file dsp.c.

Referenced by ast_dsp_digitreset().

int detected_digits
 

Definition at line 251 of file dsp.c.

char digits[MAX_DTMF_DIGITS+1]
 

Definition at line 248 of file dsp.c.

Referenced by ast_dsp_digitreset(), ast_dsp_getdigits(), and ast_dsp_process().

int fax_hits
 

Definition at line 254 of file dsp.c.

int hits[5]
 

Definition at line 244 of file dsp.c.

Referenced by ast_dsp_digitreset().

int lost_digits
 

Definition at line 252 of file dsp.c.

int mhit
 

Definition at line 235 of file dsp.c.

Referenced by ast_dsp_digitreset().

goertzel_state_t tone_out[6]
 

Definition at line 234 of file dsp.c.

Referenced by ast_dsp_digitreset().


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

Asterisk is a trademark for Digium, inc.. | Edvina.net | Asterisk.org | This documentation was generated with Doxygen