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

Function rigStatus

simulators/simic7100.c:458–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456}
457
458void rigStatus()
459{
460 char vfoa = current_vfo == RIG_VFO_A ? '*' : ' ';
461 char vfob = current_vfo == RIG_VFO_B ? '*' : ' ';
462 printf("%cVFOA: mode=%d datamode=%d width=%ld freq=%.0f\n", vfoa, modeA,
463 datamodeA,
464 widthA,
465 freqA);
466 printf("%cVFOB: mode=%d datamode=%d width=%ld freq=%.0f\n", vfob, modeB,
467 datamodeB,
468 widthB,
469 freqB);
470}
471
472int main(int argc, char **argv)
473{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected