Home
last modified time | relevance | path

Searched defs:get_tune (Results 1 – 16 of 16) sorted by relevance

/dports/comms/flrig/flrig-1.3.54/src/rigs/
H A DICbase.cxx284 int RIG_ICOM::get_tune() in get_tune() function in RIG_ICOM
H A DKENWOOD.cxx261 int KENWOOD::get_tune() in get_tune() function in KENWOOD
H A DPowerSDR.cxx869 int RIG_PowerSDR::get_tune() in get_tune() function in RIG_PowerSDR
H A DFT2000.cxx410 int RIG_FT2000::get_tune() in get_tune() function in RIG_FT2000
H A DFT450.cxx469 int RIG_FT450::get_tune() in get_tune() function in RIG_FT450
H A DFT891.cxx542 int RIG_FT891::get_tune() in get_tune() function in RIG_FT891
H A DFT5000.cxx612 int RIG_FT5000::get_tune() in get_tune() function in RIG_FT5000
H A DFT991.cxx556 int RIG_FT991::get_tune() in get_tune() function in RIG_FT991
H A DFTdx3000.cxx574 int RIG_FTdx3000::get_tune() in get_tune() function in RIG_FTdx3000
H A DFT991A.cxx582 int RIG_FT991A::get_tune() in get_tune() function in RIG_FT991A
H A DFTdx9000.cxx581 int RIG_FTdx9000::get_tune() in get_tune() function in RIG_FTdx9000
H A DFTdx101D.cxx617 int RIG_FTdx101D::get_tune() in get_tune() function in RIG_FTdx101D
H A DFTdx1200.cxx623 int RIG_FTdx1200::get_tune() in get_tune() function in RIG_FTdx1200
H A DFT450D.cxx565 int RIG_FT450D::get_tune() in get_tune() function in RIG_FT450D
/dports/x11/xpra/xpra-4.3/xpra/codecs/enc_x264/
H A Dencoder.pyx549 def get_tune(self): member in Encoder
/dports/comms/flrig/flrig-1.3.54/src/include/
H A Drigbase.h417 virtual int get_tune() { return tune_; } in get_tune() function