aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t/se-Degeberga
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-03-07 09:18:08 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-10-03 08:43:17 -0300
commita3224435f02b1ee4ea1942bef2459236af82e390 (patch)
treefc89b5f5ae2077b064ac1ac7c8b4513099147102 /dvb-t/se-Degeberga
parent38edecd2e19e9097e5a61fa1408147f3ced8e9b1 (diff)
downloaddtv-scan-tables-a3224435f02b1ee4ea1942bef2459236af82e390.tar.gz
Intelsat34-55.5W: add a Ku-Band transponder
According with http://www.satbeams.com/satellites?id=2641, Intelsat 34 has: "22 C-band channels to provide services to to North and South America and Europe and 18 Ku-band channels to provide services to Mexico, Central America, Brazil, the Caribbean, Europe, a portion of the United States, and the northern part of the Atlantic Ocean. It will serve the role originally intended for Intelsat 27 that was lost at launch failure and will replace Intelsat 805 and Galaxy 11 at 304.5 degrees East longitude position." Currently, we have only C-band frequencies for this satellite. Add Ku-bands as used currently in South America. The transponders that were obtained from Vivo TV package matches the ones at: http://www.portaleds.com/satelites/listar.php?sat=3045 with a difference of 1-2 MHz. The LNBf I have is not capable of tuning the two IP data channels there, but I'm adding it, anyway, as it could be useful for someone. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'dvb-t/se-Degeberga')
0 files changed, 0 insertions, 0 deletions
ld } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
/* $Id$
 * $URL$
 *
 * plugin handler for the Evaluator
 *
 * Copyright (C) 2003 Michael Reinelt <michael@reinelt.co.at>
 * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
 *
 * This file is part of LCD4Linux.
 *
 * LCD4Linux is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2, or (at your option)
 * any later version.
 *
 * LCD4Linux is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 *
 */

#include "config.h"
#include "evaluator.h"

#ifndef _PLUGIN_H_
#define _PLUGIN_H_

int plugin_list(void);
int plugin_init(void);
void plugin_exit(void);
#endif