spandsp
0.0.6
|
#include <inttypes.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "floating_fudge.h"
#include <assert.h>
#include <fcntl.h>
#include <time.h>
#include "spandsp/telephony.h"
#include "spandsp/logging.h"
#include "spandsp/bit_operations.h"
#include "spandsp/dc_restore.h"
#include "spandsp/queue.h"
#include "spandsp/power_meter.h"
#include "spandsp/complex.h"
#include "spandsp/tone_detect.h"
#include "spandsp/tone_generate.h"
#include "spandsp/async.h"
#include "spandsp/crc.h"
#include "spandsp/hdlc.h"
#include "spandsp/silence_gen.h"
#include "spandsp/fsk.h"
#include "spandsp/v29tx.h"
#include "spandsp/v29rx.h"
#include "spandsp/v27ter_tx.h"
#include "spandsp/v27ter_rx.h"
#include "spandsp/v17tx.h"
#include "spandsp/v17rx.h"
#include "spandsp/super_tone_rx.h"
#include "spandsp/modem_connect_tones.h"
#include "spandsp/fax_modems.h"
#include "spandsp/private/logging.h"
#include "spandsp/private/silence_gen.h"
#include "spandsp/private/fsk.h"
#include "spandsp/private/v17tx.h"
#include "spandsp/private/v17rx.h"
#include "spandsp/private/v27ter_tx.h"
#include "spandsp/private/v27ter_rx.h"
#include "spandsp/private/v29tx.h"
#include "spandsp/private/v29rx.h"
#include "spandsp/private/modem_connect_tones.h"
#include "spandsp/private/hdlc.h"
#include "spandsp/private/fax_modems.h"
Macros | |
#define | HDLC_FRAMING_OK_THRESHOLD 5 |
Functions | |
const char * | fax_modem_to_str (int modem) |
Convert a FAX modem type to a short text description. More... | |
void | fax_modems_hdlc_tx_frame (void *user_data, const uint8_t *msg, int len) |
int | fax_modems_v17_v21_rx (void *user_data, const int16_t amp[], int len) |
int | fax_modems_v17_v21_rx_fillin (void *user_data, int len) |
int | fax_modems_v27ter_v21_rx (void *user_data, const int16_t amp[], int len) |
int | fax_modems_v27ter_v21_rx_fillin (void *user_data, int len) |
int | fax_modems_v29_v21_rx (void *user_data, const int16_t amp[], int len) |
int | fax_modems_v29_v21_rx_fillin (void *user_data, int len) |
void | fax_modems_start_rx_modem (fax_modems_state_t *s, int which) |
void | fax_modems_set_tep_mode (fax_modems_state_t *s, int use_tep) |
logging_state_t * | fax_modems_get_logging_state (fax_modems_state_t *s) |
Get a pointer to the logging context associated with a FAX modems context. More... | |
int | fax_modems_restart (fax_modems_state_t *s) |
fax_modems_state_t * | fax_modems_init (fax_modems_state_t *s, int use_tep, hdlc_frame_handler_t hdlc_accept, hdlc_underflow_handler_t hdlc_tx_underflow, put_bit_func_t non_ecm_put_bit, get_bit_func_t non_ecm_get_bit, tone_report_func_t tone_callback, void *user_data) |
int | fax_modems_release (fax_modems_state_t *s) |
int | fax_modems_free (fax_modems_state_t *s) |
const char* fax_modem_to_str | ( | int | modem | ) |
Convert a FAX modem type to a short text description.
Convert a FAX modem type to a short text description.
modem | The modem code. |
References fsk_rx_set_modem_status_handler(), fsk_rx_signal_power(), fax_modems_state_s::hdlc_tx, hdlc_tx_frame(), hdlc_tx_restart(), fax_modems_state_s::logging, fax_modems_state_s::rx_fillin_handler, fax_modems_state_s::rx_frame_received, fax_modems_state_s::rx_handler, SIG_STATUS_TRAINING_SUCCEEDED, SPAN_DECLARE_NONSTD(), span_log(), fax_modems_state_s::use_tep, fax_modems_state_s::v17_rx, v17_rx_set_modem_status_handler(), v17_rx_signal_power(), fax_modems_state_s::v21_rx, fax_modems_state_s::v27ter_rx, v27ter_rx_set_modem_status_handler(), v27ter_rx_signal_power(), fax_modems_state_s::v29_rx, v29_rx_set_modem_status_handler(), and v29_rx_signal_power().
logging_state_t* fax_modems_get_logging_state | ( | fax_modems_state_t * | s | ) |
Get a pointer to the logging context associated with a FAX modems context.
Get a pointer to the logging context associated with a FAX modems context.
s | The FAX modems context. |
References fax_modems_state_s::connect_rx, fax_modems_state_s::connect_tx, fsk_rx_init(), fsk_rx_signal_cutoff(), fsk_tx_init(), HDLC_FRAMING_OK_THRESHOLD, fax_modems_state_s::hdlc_rx, hdlc_rx_init(), fax_modems_state_s::hdlc_tx, hdlc_tx_init(), fax_modems_state_s::logging, MODEM_CONNECT_TONES_FAX_CNG, modem_connect_tones_rx_init(), modem_connect_tones_tx_init(), fax_modems_state_s::rx_fillin_handler, fax_modems_state_s::rx_handler, fax_modems_state_s::rx_signal_present, fax_modems_state_s::silence_gen, silence_gen_init(), fax_modems_state_s::tx_handler, fax_modems_state_s::use_tep, fax_modems_state_s::v17_rx, v17_rx_init(), fax_modems_state_s::v17_tx, v17_tx_init(), fax_modems_state_s::v21_rx, fax_modems_state_s::v21_tx, fax_modems_state_s::v27ter_rx, v27ter_rx_init(), fax_modems_state_s::v27ter_tx, v27ter_tx_init(), fax_modems_state_s::v29_rx, v29_rx_init(), v29_rx_signal_cutoff(), fax_modems_state_s::v29_tx, and v29_tx_init().