|
spandsp 3.0.0
|
#include <fsk.h>
Public Attributes | |
| int | baud_rate |
| span_get_bit_func_t | get_bit |
| The callback function used to get the next bit to be transmitted. | |
| void * | get_bit_user_data |
| A user specified opaque pointer passed to the get_bit function. | |
| span_modem_status_func_t | status_handler |
| The callback function used to report modem status changes. | |
| void * | status_user_data |
| A user specified opaque pointer passed to the status function. | |
| int32_t | phase_rates [2] |
| int16_t | scaling |
| int32_t | current_phase_rate |
| uint32_t | phase_acc |
| int | baud_frac |
| int | shutdown |
FSK modem transmit descriptor. This defines the state of a single working instance of an FSK modem transmitter.
| span_get_bit_func_t fsk_tx_state_s::get_bit |
The callback function used to get the next bit to be transmitted.
Referenced by fsk_tx(), and fsk_tx_init().
| void* fsk_tx_state_s::get_bit_user_data |
A user specified opaque pointer passed to the get_bit function.
Referenced by fsk_tx(), and fsk_tx_init().
| span_modem_status_func_t fsk_tx_state_s::status_handler |
The callback function used to report modem status changes.
Referenced by fsk_tx(), and fsk_tx_set_modem_status_handler().
| void* fsk_tx_state_s::status_user_data |
A user specified opaque pointer passed to the status function.
Referenced by fsk_tx(), and fsk_tx_set_modem_status_handler().