neutrino.cpp: log and return messages_return::handled, if msg data was deleted;

add fast-scan update: if version changed on boot,
forced after 30 seconds in standby, and at shutdown
This commit is contained in:
[CST] Focus
2014-04-02 17:09:32 +04:00
parent d18d83fbf3
commit 022608cb98
2 changed files with 65 additions and 21 deletions

View File

@@ -130,6 +130,7 @@ private:
void SetupFrameBuffer();
void CmdParser(int argc, char **argv);
void Cleanup();
void CheckFastScan(bool standby = false, bool reload = true);
CNeutrinoApp();
public:
@@ -213,7 +214,7 @@ public:
CPersonalizeGui & getPersonalizeGui() { return personalize; }
bool getChannellistIsVisible() { return channellist_visible; }
void zapTo(t_channel_id channel_id);
void wakeupFromStandby(void);
bool wakeupFromStandby(void);
void standbyToStandby(void);
};
#endif