spandsp
0.0.6
|
#include <stdlib.h>
#include <stdio.h>
#include <fcntl.h>
#include <string.h>
#include <assert.h>
#include <errno.h>
#include <sndfile.h>
#include <unistd.h>
#include "spandsp.h"
#include "spandsp-sim.h"
#include "fax_utils.h"
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
fax_state_t * | fax_state_a |
t38_gateway_state_t * | t38_state_a |
t38_terminal_state_t * | t38_state_b |
g1050_state_t * | path_a_to_b |
g1050_state_t * | path_b_to_a |
double | when = 0.0 |
int | done [2] = {FALSE, FALSE} |
int | succeeded [2] = {FALSE, FALSE} |
int | simulate_incrementing_repeats = FALSE |
int | t38_version |
int | use_ecm |
int | use_tep |
int | use_transmit_on_idle |
int | supported_modems |
int | use_gui |
int | g1050_model_no |
int | g1050_speed_pattern_no |