Functions.
Definition at line 669 of file rig.h. { RIG_FUNC_NONE = 0, /*!< None */ RIG_FUNC_FAGC = (1<<0), /*!< Fast AGC */ RIG_FUNC_NB = (1<<1), /*!< Noise Blanker */ RIG_FUNC_COMP = (1<<2), /*!< Compression */ RIG_FUNC_VOX = (1<<3), /*!< VOX */ RIG_FUNC_TONE = (1<<4), /*!< Tone */ RIG_FUNC_TSQL = (1<<5), /*!< CTCSS */ RIG_FUNC_SBKIN = (1<<6), /*!< Semi Break-in */ RIG_FUNC_FBKIN = (1<<7), /*!< Full Break-in (CW mode) */ RIG_FUNC_ANF = (1<<8), /*!< Automatic Notch Filter (DSP) */ RIG_FUNC_NR = (1<<9), /*!< Noise Reduction (DSP) */ RIG_FUNC_AIP = (1<<10),/*!< AIP (Kenwood) */ RIG_FUNC_APF = (1<<11),/*!< Auto Passband Filter */ RIG_FUNC_MON = (1<<12),/*!< Monitor transmitted signal */ RIG_FUNC_MN = (1<<13),/*!< Manual Notch */ RIG_FUNC_RF = (1<<14),/*!< RTTY Filter */ RIG_FUNC_ARO = (1<<15),/*!< Auto Repeater Offset */ RIG_FUNC_LOCK = (1<<16),/*!< Lock */ RIG_FUNC_MUTE = (1<<17),/*!< Mute */ RIG_FUNC_VSC = (1<<18),/*!< Voice Scan Control */ RIG_FUNC_REV = (1<<19),/*!< Reverse transmit and receive frequencies */ RIG_FUNC_SQL = (1<<20),/*!< Turn Squelch Monitor on/off */ RIG_FUNC_ABM = (1<<21),/*!< Auto Band Mode */ RIG_FUNC_BC = (1<<22),/*!< Beat Canceller */ RIG_FUNC_MBC = (1<<23),/*!< Manual Beat Canceller */ /* (1<<24), used to be RIG_FUNC_LMP, see RIG_PARM_BACKLIGHT instead) */ RIG_FUNC_AFC = (1<<25),/*!< Auto Frequency Control ON/OFF */ RIG_FUNC_SATMODE = (1<<26),/*!< Satellite mode ON/OFF */ RIG_FUNC_SCOPE = (1<<27),/*!< Simple bandscope ON/OFF */ RIG_FUNC_RESUME = (1<<28),/*!< Scan auto-resume */ RIG_FUNC_TBURST = (1<<29),/*!< 1750 Hz tone burst */ RIG_FUNC_TUNER = (1<<30) /*!< Enable automatic tuner */ };
|