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

Function rigStatus

simulators/simic7610.c:715–727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

713}
714
715void rigStatus()
716{
717 char vfoa = current_vfo == RIG_VFO_A ? '*' : ' ';
718 char vfob = current_vfo == RIG_VFO_B ? '*' : ' ';
719 printf("%cVFOA: mode=%d datamode=%d width=%ld freq=%.0f\n", vfoa, modeA,
720 datamodeA,
721 widthA,
722 freqA);
723 printf("%cVFOB: mode=%d datamode=%d width=%ld freq=%.0f\n", vfob, modeB,
724 datamodeB,
725 widthB,
726 freqB);
727}
728
729int main(int argc, char **argv)
730{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected