![]() |
Hamlib
4.3
|
Event handling. More...
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <signal.h>
#include <errno.h>
#include <hamlib/rig.h>
#include "event.h"
#include "misc.h"
Functions | |
int | rig_set_freq_callback (RIG *rig, freq_cb_t cb, rig_ptr_t arg) |
set the callback for freq events More... | |
int | rig_set_mode_callback (RIG *rig, mode_cb_t cb, rig_ptr_t arg) |
set the callback for mode events More... | |
int | rig_set_vfo_callback (RIG *rig, vfo_cb_t cb, rig_ptr_t arg) |
set the callback for vfo events More... | |
int | rig_set_ptt_callback (RIG *rig, ptt_cb_t cb, rig_ptr_t arg) |
set the callback for ptt events More... | |
int | rig_set_dcd_callback (RIG *rig, dcd_cb_t cb, rig_ptr_t arg) |
set the callback for dcd events More... | |
int | rig_set_pltune_callback (RIG *rig, pltune_cb_t cb, rig_ptr_t arg) |
set the callback for pipelined tuning module More... | |
int | rig_set_spectrum_callback (RIG *rig, spectrum_cb_t cb, rig_ptr_t arg) |
set the callback for spectrum line reception events More... | |
int | rig_set_trn (RIG *rig, int trn) |
control the transceive mode More... | |
int | rig_get_trn (RIG *rig, int *trn) |
get the current transceive mode More... | |
Event handling.