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

Function rigStatus

simulators/simic7200.c:786–798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784}
785
786void rigStatus()
787{
788 char vfoa = current_vfo == RIG_VFO_A ? '*' : ' ';
789 char vfob = current_vfo == RIG_VFO_B ? '*' : ' ';
790 printf("%cVFOA: mode=%d datamode=%d width=%ld freq=%.0f\n", vfoa, modeA,
791 datamodeA,
792 widthA,
793 freqA);
794 printf("%cVFOB: mode=%d datamode=%d width=%ld freq=%.0f\n", vfob, modeB,
795 datamodeB,
796 widthB,
797 freqB);
798}
799
800int main(int argc, char **argv)
801{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected