MCPcopy Create free account
hub / github.com/Hamlib/Hamlib / check_vfo

Function check_vfo

rigs/dummy/flrig.c:280–299  ·  view source on GitHub ↗

* check_vfo * No assumptions */

Source from the content-addressed store, hash-verified

278* No assumptions
279*/
280static int check_vfo(vfo_t vfo)
281{
282 switch (vfo)
283 {
284 case RIG_VFO_A:
285 break;
286
287 case RIG_VFO_TX:
288 case RIG_VFO_B:
289 break;
290
291 case RIG_VFO_CURR:
292 break; // will default to A in which_vfo
293
294 default:
295 return (FALSE);
296 }
297
298 return (TRUE);
299}
300
301/*Rather than use some huge XML library we only need a few things
302* So we'll hand craft them

Callers 9

flrig_get_freqFunction · 0.70
flrig_set_freqFunction · 0.70
flrig_set_pttFunction · 0.70
flrig_set_modeFunction · 0.70
flrig_get_modeFunction · 0.70
flrig_set_vfoFunction · 0.70
flrig_get_vfoFunction · 0.70
flrig_set_split_freqFunction · 0.70
flrig_set_levelFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected