summaryrefslogtreecommitdiffstats
path: root/dvb-t/ir-Tehran
blob: d9ec5ad085ca06c1f4a2f456e6fbe2f2fa990d6e (plain)
1
2
3
4
# DVB-T Tehran
# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy
T 602000000 8MHz 2/3 NONE QAM64 8k 1/8 NONE # IRIB-TV1/2/3/4/5, IRINN, AMOUZESH, QURAN-TV
T 650000000 8MHz 2/3 NONE QAM64 8k 1/8 NONE # PRESS TV, AL-ALAM, AL-KOUSAR, JAAMEJAM 1, IRIB MOSTANAD, IRIB OSTANI
="cm"> * * 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. * */ #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