kopia lustrzana https://github.com/Hamlib/Hamlib
rodzic
6d51f65528
commit
50b394098e
|
@ -490,15 +490,16 @@ typedef unsigned int vfo_t;
|
||||||
* \brief Macro for bandpass to be set to normal
|
* \brief Macro for bandpass to be set to normal
|
||||||
* \def RIG_PASSBAND_NORMAL
|
* \def RIG_PASSBAND_NORMAL
|
||||||
*/
|
*/
|
||||||
// This will change in 5.0 to it does not collide
|
|
||||||
#define RIG_PASSBAND_NORMAL s_Hz(-2) // was 0 but collided with Yasue SH00; capability
|
|
||||||
#define RIG_PASSBAND_NORMAL s_Hz(0) // was 0 but collided with Yasue SH00; capability
|
#define RIG_PASSBAND_NORMAL s_Hz(0) // was 0 but collided with Yasue SH00; capability
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Macro for bandpass to be left alone
|
* \brief Macro for bandpass to be left alone
|
||||||
*/
|
*/
|
||||||
#define RIG_PASSBAND_NOCHANGE s_Hz(-1)
|
#define RIG_PASSBAND_NOCHANGE s_Hz(-1)
|
||||||
|
/**
|
||||||
|
* \brief Macro for selecting roofing filter on set_mode/width -- FTDX101D
|
||||||
|
*/
|
||||||
|
#define RIG_PASSBAND_ROOF s_Hz(-3)
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* \sa rig_passband_normal(), rig_passband_narrow(), rig_passband_wide()
|
* \sa rig_passband_normal(), rig_passband_narrow(), rig_passband_wide()
|
||||||
|
|
Ładowanie…
Reference in New Issue