Asterisk - The Open Source Telephony Project
18.5.0
|
FSK Modem Support. More...
Go to the source code of this file.
Data Structures | |
struct | fsk_data |
Macros | |
#define | NCOLA 0x4000 |
#define | PARITY_EVEN 1 |
#define | PARITY_NONE 0 |
#define | PARITY_ODD 2 |
Functions | |
int | fsk_serial (fsk_data *fskd, short *buffer, int *len, int *outbyte) |
FSK Modem Support.
Definition in file fskmodem_float.h.
#define NCOLA 0x4000 |
Definition at line 32 of file fskmodem_float.h.
Referenced by demodulator().
#define PARITY_EVEN 1 |
Definition at line 28 of file fskmodem_float.h.
#define PARITY_NONE 0 |
Definition at line 27 of file fskmodem_float.h.
#define PARITY_ODD 2 |
Definition at line 29 of file fskmodem_float.h.
int fsk_serial | ( | fsk_data * | fskd, |
short * | buffer, | ||
int * | len, | ||
int * | outbyte | ||
) |
Definition at line 224 of file fskmodem_float.c.
Referenced by callerid_feed(), callerid_feed_jp(), and tdd_feed().