summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
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);