summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2009-02-05 17:58:15 +0100
committerJochen Dolze <vdr@dolze.de>2009-02-05 17:58:15 +0100
commit210b6ab3d8a5367e116afefe31cea1d83fa094b9 (patch)
treea5a11ba0489b725994db55622ee7f2402cff03e9 /setup.h
parent54a468314486b9c5e9ea34d36791873d54fb8365 (diff)
downloadvdr-plugin-infosatepg-210b6ab3d8a5367e116afefe31cea1d83fa094b9.tar.gz
vdr-plugin-infosatepg-210b6ab3d8a5367e116afefe31cea1d83fa094b9.tar.bz2
Changed setup channel option into Frequency, Polarization, Srate
Add setup option NoWakeup to prevent wakeup Improved parsing of Shorttext Fixed bug in event handling
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/setup.h b/setup.h
index 56533e1..f683e7f 100644
--- a/setup.h
+++ b/setup.h
@@ -17,11 +17,15 @@ class cMenuSetupInfosatepg : public cMenuSetupPage
{
private:
cGlobalInfosatepg *global;
- int newChannel;
+ //int newChannel;
int newWaitTime;
int newWakeupTime;
int newEventTimeDiff;
+ int newFrequency;
+ char newPolarization;
+ int newSrate;
int newPid;
+ int newNoWakeup;
int chanCurrent;
protected:
virtual void Store(void);