26#if !defined(_SPANDSP_SUPER_TONE_RX_H_) 
   27#define _SPANDSP_SUPER_TONE_RX_H_ 
   56typedef void (*tone_report_func_t)(
void *user_data, 
int code, 
int level, 
int delay);
 
   58typedef void (*tone_segment_func_t)(
void *data, 
int f1, 
int f2, 
int duration);
 
   66#if defined(__cplusplus) 
  115                                                         tone_report_func_t callback,
 
  138                                               tone_report_func_t callback,
 
  147                                                  tone_segment_func_t callback);
 
  166#if defined(__cplusplus) 
Definition private/super_tone_rx.h:41
Definition private/super_tone_rx.h:32
Definition private/super_tone_rx.h:52