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

Function rigStatus

simulators/simic9100.c:512–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected