-add: fta channels scan option (for Dr.Dish ;)

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@252 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
satbaby
2010-02-03 11:02:16 +00:00
parent e575a81c38
commit 0e92f5d4e9
11 changed files with 120 additions and 105 deletions

View File

@@ -85,6 +85,7 @@ CScanTs::CScanTs()
}
extern int scan_pids;
extern int scan_fta_flag;//in zapit descriptors definiert
#define get_set CNeutrinoApp::getInstance()->getScanSettings()
int CScanTs::exec(CMenuTarget* /*parent*/, const std::string & actionKey)
{
@@ -93,6 +94,8 @@ int CScanTs::exec(CMenuTarget* /*parent*/, const std::string & actionKey)
neutrino_msg_data_t data;
//bool manual = (get_set.scan_mode == 2);
int scan_mode = get_set.scan_mode;
scan_fta_flag = get_set.scan_fta_flag;
sat_iterator_t sit;
bool scan_all = actionKey == "all";
bool test = actionKey == "test";