mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
driver/scanepg.cpp: add timer to rescan epg every 24 hours
Origin commit data
------------------
Branch: ni/coolstream
Commit: bf520e26fc
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-12-19 (Thu, 19 Dec 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -38,6 +38,9 @@ class CEpgScan
|
||||
t_channel_id next_chid;
|
||||
t_channel_id live_channel_id;
|
||||
std::set<transponder_id_t> scanned;
|
||||
uint32_t rescan_timer;
|
||||
bool scan_in_progress;
|
||||
|
||||
void AddBouquet(CChannelList * clist);
|
||||
bool AddFavorites();
|
||||
void AddTransponders();
|
||||
@@ -51,8 +54,8 @@ class CEpgScan
|
||||
int handleMsg(const neutrino_msg_t _msg, neutrino_msg_data_t data);
|
||||
void Next();
|
||||
void Clear();
|
||||
void StartStandby();
|
||||
void StopStandby();
|
||||
void Start(bool instandby = false);
|
||||
void Stop();
|
||||
bool Running();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user