Main Page Data Structures File List Data Fields Globals Related Pages Examples
rig_callbacks Struct Reference
Callback functions and args for rig event.
More...
#include <rig.h>
Detailed Description
Callback functions and args for rig event.
Some rigs are able to notify the host computer the operator changed the freq/mode from the front panel, depressed a button, etc.
Event from the rig are received through async io, so callback functions will be called from the SIGIO sighandler context.
Don't set these fields directly, use instead rig_set_freq_callback et al.
Callbacks suit very well event based programming, really appropriate in a GUI.
- See also:
- rig_set_freq_callback, rig_set_mode_callback, rig_set_vfo_callback, rig_set_ptt_callback, rig_set_dcd_callback
Field Documentation
rig_ptr_t rig_callbacks::dcd_arg
|
|
dcd_cb_t rig_callbacks::dcd_event
|
|
rig_ptr_t rig_callbacks::freq_arg
|
|
|
Frequency change argument |
freq_cb_t rig_callbacks::freq_event
|
|
rig_ptr_t rig_callbacks::mode_arg
|
|
mode_cb_t rig_callbacks::mode_event
|
|
rig_ptr_t rig_callbacks::ptt_arg
|
|
ptt_cb_t rig_callbacks::ptt_event
|
|
rig_ptr_t rig_callbacks::vfo_arg
|
|
vfo_cb_t rig_callbacks::vfo_event
|
|
The documentation for this struct was generated from the following file:
Generated on Mon May 26 17:46:56 2003 for Hamlib - the C library reference by
1.3-rc3