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

Function rigStatus

simulators/simic2730.c:500–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498
499
500void rigStatus()
501{
502 char vfoa = current_vfo == RIG_VFO_A ? '*' : ' ';
503 char vfob = current_vfo == RIG_VFO_B ? '*' : ' ';
504 printf("%cVFOA: mode=%d datamode=%d width=%ld freq=%.0f\n", vfoa, modeA,
505 datamodeA,
506 widthA,
507 freqA);
508 printf("%cVFOB: mode=%d datamode=%d width=%ld freq=%.0f\n", vfob, modeB,
509 datamodeB,
510 widthB,
511 freqB);
512}
513
514int main(int argc, char **argv)
515{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected