diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-02-13 13:02:57 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-02-13 13:02:57 +0100 |
| commit | 0e0ed7bf89c65756133a38f52aca9692f61c3f2e (patch) | |
| tree | 22e27096a1355bfbf173b9323939a4eb0348ab98 /lib/dvb/frontend.h | |
| parent | 5d697369d7df003246d66e8af6d305035d2488bd (diff) | |
| download | enigma2-0e0ed7bf89c65756133a38f52aca9692f61c3f2e.tar.gz enigma2-0e0ed7bf89c65756133a38f52aca9692f61c3f2e.zip | |
move polarization and orbital_position to eDVBFrontend::getTransponderData
Diffstat (limited to 'lib/dvb/frontend.h')
| -rw-r--r-- | lib/dvb/frontend.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dvb/frontend.h b/lib/dvb/frontend.h index 81334886..b6e3b6a4 100644 --- a/lib/dvb/frontend.h +++ b/lib/dvb/frontend.h @@ -84,6 +84,8 @@ private: char m_sec_filename[128]; #endif FRONTENDPARAMETERS parm; + int m_cur_orbpos; // only valid when this is a DVB-S tuner + int m_cur_pol; // only valid when this is a DVB-S tuner int m_state; ePtr<iDVBSatelliteEquipmentControl> m_sec; ePtr<eSocketNotifier> m_sn; |
