#include <stdlib.h>
#include "hamlib/rig.h"
Functions | |
| int HAMLIB_API | rig_set_ctcss_tone (RIG *rig, vfo_t vfo, tone_t tone) |
| set CTCSS sub-tone frequency | |
| int HAMLIB_API | rig_get_ctcss_tone (RIG *rig, vfo_t vfo, tone_t *tone) |
| get the current CTCSS sub-tone frequency | |
| int HAMLIB_API | rig_set_dcs_code (RIG *rig, vfo_t vfo, tone_t code) |
| set the current encoding DCS code | |
| int HAMLIB_API | rig_get_dcs_code (RIG *rig, vfo_t vfo, tone_t *code) |
| get the current encoding DCS code | |
| int HAMLIB_API | rig_set_ctcss_sql (RIG *rig, vfo_t vfo, tone_t tone) |
| set CTCSS squelch | |
| int HAMLIB_API | rig_get_ctcss_sql (RIG *rig, vfo_t vfo, tone_t *tone) |
| get the current CTCSS squelch | |
| int HAMLIB_API | rig_set_dcs_sql (RIG *rig, vfo_t vfo, tone_t code) |
| set the current DCS code | |
| int HAMLIB_API | rig_get_dcs_sql (RIG *rig, vfo_t vfo, tone_t *code) |
| get the current DCS code | |
Variables | |
| const tone_t | full_ctcss_list [] = { FULL_CTCSS_LIST } |
| const tone_t | common_ctcss_list [] = { COMMON_CTCSS_LIST } |
| const tone_t | full_dcs_list [] = { FULL_DCS_LIST } |
|
||||||||||||||||
|
get the current CTCSS squelch
|
|
||||||||||||||||
|
get the current CTCSS sub-tone frequency
|
|
||||||||||||||||
|
get the current encoding DCS code
|
|
||||||||||||||||
|
get the current DCS code
|
|
||||||||||||||||
|
set CTCSS squelch
|
|
||||||||||||||||
|
set CTCSS sub-tone frequency
|
|
||||||||||||||||
|
set the current encoding DCS code
|
|
||||||||||||||||
|
set the current DCS code
|
|
|
50 CTCSS sub-audible tones, from 67.0Hz to 254.1Hz
|
|
|
52 CTCSS sub-audible tones |
|
|
106 DCS codes |
1.4.2