kopia lustrzana https://github.com/Hamlib/Hamlib
Add ability for rig_set_vfo to show calling function
This will be expanded to cover other functions toopull/769/head
rodzic
24a9fdcc94
commit
be5b98eb8b
|
@ -2485,9 +2485,10 @@ rig_get_mode HAMLIB_PARAMS((RIG *rig,
|
||||||
rmode_t *mode,
|
rmode_t *mode,
|
||||||
pbwidth_t *width));
|
pbwidth_t *width));
|
||||||
|
|
||||||
|
#define rig_set_vfo(r,v) rig_set_vfo(r,v,__builtin_FUNCTION())
|
||||||
extern HAMLIB_EXPORT(int)
|
extern HAMLIB_EXPORT(int)
|
||||||
rig_set_vfo HAMLIB_PARAMS((RIG *rig,
|
rig_set_vfo HAMLIB_PARAMS((RIG *rig,
|
||||||
vfo_t vfo));
|
vfo_t vfo, const char *func));
|
||||||
extern HAMLIB_EXPORT(int)
|
extern HAMLIB_EXPORT(int)
|
||||||
rig_get_vfo HAMLIB_PARAMS((RIG *rig,
|
rig_get_vfo HAMLIB_PARAMS((RIG *rig,
|
||||||
vfo_t *vfo));
|
vfo_t *vfo));
|
||||||
|
|
Ładowanie…
Reference in New Issue