2015-07-27 00:35:07 +00:00
|
|
|
|
|
|
|
|
|
|
|
#ifndef PTT_H
|
|
|
|
#define PTT_H 1
|
|
|
|
|
|
|
|
|
2015-07-27 01:17:23 +00:00
|
|
|
#include "audio.h" /* for struct audio_s and definitions for octype values */
|
2015-07-27 00:35:07 +00:00
|
|
|
|
|
|
|
|
2015-07-27 01:17:23 +00:00
|
|
|
void ptt_set_debug(int debug);
|
|
|
|
|
2015-07-27 00:35:07 +00:00
|
|
|
void ptt_init (struct audio_s *p_modem);
|
|
|
|
|
2015-07-27 01:17:23 +00:00
|
|
|
void ptt_set (int octype, int chan, int ptt);
|
2015-07-27 00:35:07 +00:00
|
|
|
|
|
|
|
void ptt_term (void);
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
/* end ptt.h */
|
|
|
|
|
|
|
|
|
|
|
|
|