diff options
Diffstat (limited to 'setup.h')
-rw-r--r-- | setup.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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); |