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

Method getTs

c++/rigclass.cc:415–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413}
414
415shortfreq_t Rig::getTs (vfo_t vfo)
416{
417 shortfreq_t ts;
418
419 CHECK_RIG( rig_get_ts(theRig, vfo, &ts) );
420
421 return ts;
422}
423
424void Rig::setCTCSS (tone_t tone, vfo_t vfo)
425{

Callers

nothing calls this directly

Calls 1

rig_get_tsFunction · 0.85

Tested by

no test coverage detected