|
MythTV master
|
Public Member Functions | |
| lnb_preset (QString _name, DiSEqCDevLNB::dvbdev_lnb_t _type, uint _lof_sw=0, uint _lof_lo=0, uint _lof_hi=0, bool _pol_inv=false) | |
Public Attributes | |
| QString | m_name |
| DiSEqCDevLNB::dvbdev_lnb_t | m_type |
| uint | m_lofSw |
| uint | m_lofLo |
| uint | m_lofHi |
| bool | m_polInv |
Definition at line 678 of file diseqcsettings.cpp.
|
inline |
Definition at line 681 of file diseqcsettings.cpp.
| uint lnb_preset::m_lofHi |
Definition at line 693 of file diseqcsettings.cpp.
Referenced by LNBConfig::SetPreset().
| uint lnb_preset::m_lofLo |
Definition at line 692 of file diseqcsettings.cpp.
Referenced by LNBConfig::SetPreset().
| uint lnb_preset::m_lofSw |
Definition at line 691 of file diseqcsettings.cpp.
Referenced by LNBConfig::SetPreset().
| QString lnb_preset::m_name |
Definition at line 689 of file diseqcsettings.cpp.
Referenced by LNBConfig::SetPreset().
| bool lnb_preset::m_polInv |
Definition at line 694 of file diseqcsettings.cpp.
Referenced by LNBConfig::SetPreset().
| DiSEqCDevLNB::dvbdev_lnb_t lnb_preset::m_type |
Definition at line 690 of file diseqcsettings.cpp.
Referenced by LNBConfig::SetPreset().