[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. aec9348138c28a6b3d856
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: n0nb <n0...@us...> - 2024-01-18 14:18:56
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via aec9348138c28a6b3d8569067e9c0717bf234843 (commit) from df64af4583a6e8fcac0494cd64a958ebb55ceff1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit aec9348138c28a6b3d8569067e9c0717bf234843 Author: Mike Black W9MDB <mdb...@ya...> Date: Thu Jan 18 07:39:56 2024 -0600 Add rig_band_changes to HAMLIB API diff --git a/include/hamlib/rig.h b/include/hamlib/rig.h index 4a48d1c04..8044342c6 100644 --- a/include/hamlib/rig.h +++ b/include/hamlib/rig.h @@ -3846,6 +3846,7 @@ extern HAMLIB_EXPORT(char*) rig_date_strget(char *buf, int buflen, int localtime enum GPIO { GPIO1, GPIO2, GPIO3, GPIO4 }; extern HAMLIB_EXPORT(int) rig_cm108_get_bit(hamlib_port_t *p, enum GPIO gpio, int *bit); extern HAMLIB_EXPORT(int) rig_cm108_set_bit(hamlib_port_t *p, enum GPIO gpio, int bit); +extern HAMLIB_EXPORT(int) rig_band_changed(RIG *rig, hamlib_bandselect_t band); extern HAMLIB_EXPORT(void *) rig_data_pointer(RIG *rig, rig_ptrx_t idx); ----------------------------------------------------------------------- Summary of changes: include/hamlib/rig.h | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- Hamlib -- Ham radio control libraries |