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

Function rigStatus

simulators/simic7000.c:511–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

509}
510
511void rigStatus()
512{
513 char vfoa = current_vfo == RIG_VFO_A ? '*' : ' ';
514 char vfob = current_vfo == RIG_VFO_B ? '*' : ' ';
515 printf("%cVFOA: mode=%d datamode=%d width=%ld freq=%.0f\n", vfoa, modeA,
516 datamodeA,
517 widthA,
518 freqA);
519 printf("%cVFOB: mode=%d datamode=%d width=%ld freq=%.0f\n", vfob, modeB,
520 datamodeB,
521 widthB,
522 freqB);
523}
524
525int main(int argc, char **argv)
526{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected