#include <sig_tone.h>
Public Attributes | |
| sig_tone_func_t | sig_update |
| The callback function used to handle signaling changes. | |
| void * | user_data |
| A user specified opaque pointer passed to the callback function. | |
| sig_tone_descriptor_t * | desc |
| Tone descriptor. | |
| int | current_rx_tone |
| The current receive tone. | |
| int | high_low_timer |
| The timeout for switching from the high level to low level tone detector. | |
| struct { | |
| float notch_z1 [3] | |
| The z's for the notch filter. | |
| float notch_z2 [3] | |
| The z's for the notch filter. | |
| int32_t notch_zl | |
| The z's for the notch integrators. | |
| } | tone [2] |
| float | broad_z [3] |
| The z's for the weighting/bandpass filter. | |
| int32_t | broad_zl |
| The z for the broadband integrator. | |
| int | flat_mode |
| ??? | |
| int | tone_present |
| ??? | |
| int | notch_enabled |
| ??? | |
| int | flat_mode_timeout |
| ??? | |
| int | notch_insertion_timeout |
| ??? | |
| int | tone_persistence_timeout |
| ??? | |
| int | signaling_state_duration |
| ??? | |
1.5.9