aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/frontend.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dvb/frontend.h')
-rw-r--r--lib/dvb/frontend.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/dvb/frontend.h b/lib/dvb/frontend.h
index e1556bd9..bac27539 100644
--- a/lib/dvb/frontend.h
+++ b/lib/dvb/frontend.h
@@ -84,8 +84,12 @@ 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
+ union {
+ eDVBFrontendParametersSatellite sat;
+ eDVBFrontendParametersCable cab;
+ eDVBFrontendParametersTerrestrial ter;
+ } oparm;
+
int m_state;
ePtr<iDVBSatelliteEquipmentControl> m_sec;
ePtr<eSocketNotifier> m_sn;