mymenu.h: move non-common options to corresponding files

Origin commit data
------------------
Commit: 03f31b80e9
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-06-06 (Wed, 06 Jun 2012)
This commit is contained in:
[CST] Focus
2012-06-06 14:28:18 +04:00
parent a0c45ae7ef
commit b5f3f2afd1
3 changed files with 41 additions and 69 deletions

View File

@@ -38,7 +38,6 @@
#include <mymenu.h>
#include <neutrino_menue.h>
#include "gui/scan.h"
#include "gui/scan_setup.h"
#include "gui/motorcontrol.h"
@@ -155,6 +154,20 @@ const CMenuOptionChooser::keyval SATSETUP_SCANTP_POL[SATSETUP_SCANTP_POL_COUNT]
{ 3, LOCALE_EXTRA_TP_POL_R }
};
#define OPTIONS_SOUTH0_NORTH1_OPTION_COUNT 2
const CMenuOptionChooser::keyval OPTIONS_SOUTH0_NORTH1_OPTIONS[OPTIONS_SOUTH0_NORTH1_OPTION_COUNT] =
{
{ 0, LOCALE_EXTRA_SOUTH },
{ 1, LOCALE_EXTRA_NORTH }
};
#define OPTIONS_EAST0_WEST1_OPTION_COUNT 2
const CMenuOptionChooser::keyval OPTIONS_EAST0_WEST1_OPTIONS[OPTIONS_EAST0_WEST1_OPTION_COUNT] =
{
{ 0, LOCALE_EXTRA_EAST },
{ 1, LOCALE_EXTRA_WEST }
};
#if 0
/*Cable*/
#define CABLESETUP_SCANTP_MOD_COUNT 7