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

Function rigStatus

simulators/simic705.c:568–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566
567
568void rigStatus()
569{
570 char vfoa = current_vfo == S_VFOA ? '*' : ' ';
571 char vfob = current_vfo == S_VFOB ? '*' : ' ';
572 printf("%cVFOA: mode=%d datamode=%d width=%d freq=%.0f\n", vfoa, modeA,
573 datamodeA,
574 widthA,
575 freqA);
576 printf("%cVFOB: mode=%d datamode=%d width=%d freq=%.0f\n", vfob, modeB,
577 datamodeB,
578 widthB,
579 freqB);
580}
581
582int main(int argc, char **argv)
583{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected