summaryrefslogtreecommitdiffstats
path: root/dvb-t/uk-Rowridge
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dvb-t/uk-Rowridge18
1 files changed, 10 insertions, 8 deletions
diff --git a/dvb-t/uk-Rowridge b/dvb-t/uk-Rowridge
index 25e3ee3..655174c 100644
--- a/dvb-t/uk-Rowridge
+++ b/dvb-t/uk-Rowridge
@@ -1,15 +1,17 @@
#----------------------------------------------------------------------------------------------
# Auto-generated from:
-# <http://stakeholders.ofcom.org.uk/broadcasting/guidance/tech-guidance/transmitter-frequency/>
+# <http://www.digitaluk.co.uk/coveragechecker/main/tradeexport/PO30 4HT/NA/0/>
#----------------------------------------------------------------------------------------------
# location and provider: UK, Rowridge
-# date (yyyy-mm-dd) : 2013-09-18
+# date (yyyy-mm-dd) : 2014-03-25
#
# T[2] <freq> <bw> <fec_hi> <fec_lo> <mod> <tm> <guard> <hi> [<plp_id>] [# comment]
#----------------------------------------------------------------------------------------------
-T 498000000 8MHz 2/3 NONE QAM64 8k 1/32 NONE # PSB1
-T 522000000 8MHz 2/3 NONE QAM64 8k 1/32 NONE # PSB2
-T2 474167000 8MHz 2/3 NONE QAM256 32k 1/128 NONE 0 # PSB3
-T 506000000 8MHz 3/4 NONE QAM64 8k 1/32 NONE # COM4
-T 482167000 8MHz 3/4 NONE QAM64 8k 1/32 NONE # COM5
-T 530000000 8MHz 3/4 NONE QAM64 8k 1/32 NONE # COM6
+T 498000000 8MHz 2/3 NONE QAM64 8k 1/32 NONE # C24 BBC A
+T 522000000 8MHz 2/3 NONE QAM64 8k 1/32 NONE # C27 D3&4
+T2 554000000 8MHz 2/3 NONE QAM256 32k 1/128 NONE 0 # C31 COM7 HD
+T 506000000 8MHz 3/4 NONE QAM64 8k 1/32 NONE # C25 SDN
+T 482167000 8MHz 3/4 NONE QAM64 8k 1/32 NONE # C22+ ARQ A
+T 530000000 8MHz 3/4 NONE QAM64 8k 1/32 NONE # C28 ARQ B
+T2 474167000 8MHz 2/3 NONE QAM256 32k 1/128 NONE 0 # C21+ BBC B HD
+T 538000000 8MHz 3/4 NONE QPSK 8k 1/32 NONE # C29 L-SOT
200; 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: plugin.h,v 1.4 2005/05/08 04:32:44 reinelt Exp $
 *
 * plugin handler for the Evaluator
 *
 * Copyright (C) 2003 Michael Reinelt <reinelt@eunet.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.
 *
 *
 * $Log: plugin.h,v $
 * Revision 1.4  2005/05/08 04:32:44  reinelt
 * CodingStyle added and applied
 *
 * Revision 1.3  2005/01/18 06:30:23  reinelt
 * added (C) to all copyright statements
 *
 * Revision 1.2  2004/03/03 03:47:04  reinelt
 * big patch from Martin Hejl:
 * - use qprintf() where appropriate
 * - save CPU cycles on gettimeofday()
 * - add quit() functions to free allocated memory
 * - fixed lots of memory leaks
 *
 * Revision 1.1  2003/12/19 05:35:14  reinelt
 * renamed 'client' to 'plugin'
 *
 * Revision 1.1  2003/10/11 06:01:52  reinelt
 *
 * renamed expression.{c,h} to client.{c,h}
 * added config file client
 * new functions 'AddNumericVariable()' and 'AddStringVariable()'
 * new parameter '-i' for interactive mode
 *
 * Revision 1.1  2003/10/06 04:34:06  reinelt
 * expression evaluator added
 *
 */


#include "evaluator.h"

#ifndef _PLUGIN_H_
#define _PLUGIN_H_

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