summaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'global.h')
-rw-r--r--global.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/global.h b/global.h
index 79f6cb5..fa52fda 100644
--- a/global.h
+++ b/global.h
@@ -118,7 +118,7 @@ private:
int numinfosatchannels;
int wakeuptime;
struct infosatchannels *infosatchannels;
- void ResetReceivedAll(void);
+ int channel;
public:
cGlobalInfosatepg();
~cGlobalInfosatepg();
@@ -134,12 +134,17 @@ public:
minute=wakeuptime-(hour*100);
isyslog("infosatepg: wakeup set to %02i:%02i", hour,minute);
}
+ bool NoWakeup;
int WakeupTime()
{
return wakeuptime;
}
int LastCurrentChannel;
- int Channel;
+ int Channel() { return channel; }
+ bool FindReceiverChannel();
+ int Frequency;
+ char Polarization;
+ int Srate;
int Pid;
int EventTimeDiff;
int WaitTime;
@@ -170,6 +175,7 @@ public:
bool ProcessedAll;
void ResetProcessed (void);
+ void ResetReceivedAll(void);
bool ReceivedAll (int *Day, int *Month);
bool ReceivedAll()
{