mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
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
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0e92f5d4e9
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2010-02-03 (Wed, 03 Feb 2010)
Origin message was:
------------------
-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 was generated by Migit
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user