Hamlib
3.0.1
|
Event handling. More...
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <signal.h>
#include <errno.h>
#include <hamlib/rig.h>
#include "event.h"
Functions | |
int | rig_set_freq_callback (RIG *rig, freq_cb_t cb, char *arg) |
set the callback for freq events More... | |
int | rig_set_mode_callback (RIG *rig, mode_cb_t cb, char *arg) |
set the callback for mode events More... | |
int | rig_set_vfo_callback (RIG *rig, vfo_cb_t cb, char *arg) |
set the callback for vfo events More... | |
int | rig_set_ptt_callback (RIG *rig, ptt_cb_t cb, char *arg) |
set the callback for ptt events More... | |
int | rig_set_dcd_callback (RIG *rig, dcd_cb_t cb, char *arg) |
set the callback for dcd events More... | |
int | rig_set_pltune_callback (RIG *rig, pltune_cb_t cb, char *arg) |
set the callback for pipelined tuning module 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.
Hamlib documentation for version 3.0.1 -- Wed Jan 13 2016 15:05:23
Project page: http://www.hamlib.org