summaryrefslogtreecommitdiffstats
path: root/dvb-t/nz-AucklandInfill
blob: 08e572ff2f0eed49e74ef32a098c7f2769a8a6d5 (plain)
1
2
3
4
5
6
7
8
9
10
# Pinehill, Remuera, Sky Tower, Auckland Infill, Auckland NZ
#
# Channel allocation details for NZ can be found at
# http://en.wikipedia.org/wiki/Freeview_(New_Zealand)
#
# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy

T 530000000 8MHz 3/4 NONE QAM64 8k 1/16 NONE
T 562000000 8MHz 3/4 NONE QAM64 8k 1/16 NONE
T 626000000 8MHz 3/4 NONE QAM64 8k 1/16 NONE
n 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. * */ #ifndef _WIDGET_GPO_H_ #define _WIDGET_GPO_H_ #include "property.h" typedef struct WIDGET_GPO { PROPERTY expression; /* main GPO expression */ PROPERTY update; /* update interval (msec) */ } WIDGET_GPO; extern WIDGET_CLASS Widget_GPO; #endif