frequencies.c File Reference

Go to the source code of this file.

Variables

static struct CHANLIST ntsc_bcast []
static struct CHANLIST ntsc_cable []
static struct CHANLIST ntsc_hrc []
static struct CHANLIST ntsc_irc []
 US IRC http://www.jneuhaus.com/fccindex/cablech.html.
static struct CHANLIST ntsc_bcast_jp []
static struct CHANLIST ntsc_cable_jp []
static struct CHANLIST pal_australia []
static struct CHANLIST pal_australia_optus []
static struct CHANLIST europe_west []
static struct CHANLIST europe_east []
static struct CHANLIST pal_italy []
static struct CHANLIST pal_ireland []
static struct CHANLIST secam_france []
static struct CHANLIST pal_newzealand []
static struct CHANLIST pal_bcast_cn []
static struct CHANLIST pal_bcast_za []
static struct CHANLIST pal_bcast_sg []
static struct CHANLIST pal_bcast_my []
static struct CHANLIST argentina []
static struct CHANLIST try_all []
static struct CHANLIST israel_hot_matav []
struct CHANLISTS chanlists []


Variable Documentation

struct CHANLIST ntsc_bcast[] [static]

Definition at line 10 of file frequencies.c.

struct CHANLIST ntsc_cable[] [static]

Definition at line 100 of file frequencies.c.

struct CHANLIST ntsc_hrc[] [static]

Definition at line 240 of file frequencies.c.

struct CHANLIST ntsc_irc[] [static]

struct CHANLIST ntsc_bcast_jp[] [static]

Definition at line 508 of file frequencies.c.

struct CHANLIST ntsc_cable_jp[] [static]

Definition at line 576 of file frequencies.c.

struct CHANLIST pal_australia[] [static]

Definition at line 634 of file frequencies.c.

struct CHANLIST pal_australia_optus[] [static]

Definition at line 690 of file frequencies.c.

struct CHANLIST europe_west[] [static]

Initial value:

 {
    FREQ_CCIR_I_III,
    FREQ_CCIR_SL_SH,
    FREQ_CCIR_H,
    FREQ_CCIR_H2,
    FREQ_UHF
}

Definition at line 915 of file frequencies.c.

struct CHANLIST europe_east[] [static]

Initial value:

 {
    FREQ_OIRT_I_III,
    FREQ_OIRT_SL_SH,
    FREQ_CCIR_I_III,
    FREQ_CCIR_SL_SH,
    FREQ_CCIR_H,
    FREQ_CCIR_H2,
    FREQ_UHF
}

Definition at line 923 of file frequencies.c.

struct CHANLIST pal_italy[] [static]

Initial value:

 {
    { "A",       53750 },
    { "B",       62250 },
    { "C",       82250 },
    { "D",      175250 },
    { "E",      183750 },
    { "F",      192250 },
    { "G",      201250 },
    { "H",      210250 },
    { "H1",     217250 },
    { "H2",     224250 },
    FREQ_UHF
}

Definition at line 933 of file frequencies.c.

struct CHANLIST pal_ireland[] [static]

Definition at line 947 of file frequencies.c.

struct CHANLIST secam_france[] [static]

Definition at line 988 of file frequencies.c.

struct CHANLIST pal_newzealand[] [static]

Initial value:

 {
    { "1",        45250 }, 
    { "2",        55250 }, 
    { "3",        62250 },
    { "4",       175250 },
    { "5",       182250 },
    { "6",       189250 },
    { "7",       196250 },
    { "8",       203250 },
    { "9",       210250 },
    { "10",      217250 },
    { "11",      224250 },
    FREQ_UHF,
}

Definition at line 1039 of file frequencies.c.

struct CHANLIST pal_bcast_cn[] [static]

Definition at line 1057 of file frequencies.c.

struct CHANLIST pal_bcast_za[] [static]

Initial value:

{
    { "4", 175250 },
    { "5", 183250 },
    { "6", 191250 },
    { "7", 199250 },
    { "8", 207250 },
    { "9", 215250 },
    { "10", 223250 },
    { "11", 231250 },
    { "12", 239250 },
    { "13", 247250 },
    FREQ_UHF
}

Definition at line 1157 of file frequencies.c.

struct CHANLIST pal_bcast_sg[] [static]

Initial value:

 {
    { "1", 175250 },
    { "2", 196250 },
    { "3", 224250 },
    { "4", 487250 },
    { "5", 495250 },
    { "6", 543250 },
    { "7", 743250 },
}

Definition at line 1173 of file frequencies.c.

struct CHANLIST pal_bcast_my[] [static]

Initial value:

 {
    { "1", 175500 },
    { "2", 217500 },
    { "3", 535000 },
    { "4", 599000 },
    { "5", 654500 },
    { "6", 687300 },
}

Definition at line 1185 of file frequencies.c.

struct CHANLIST argentina[] [static]

Definition at line 1195 of file frequencies.c.

struct CHANLIST try_all[] [static]

Definition at line 1291 of file frequencies.c.

struct CHANLIST israel_hot_matav[] [static]

Definition at line 2213 of file frequencies.c.

struct CHANLISTS chanlists[]

Initial value:

 {
    { "us-bcast",         ntsc_bcast,        CHAN_COUNT(ntsc_bcast)        },
    { "us-cable",         ntsc_cable,        CHAN_COUNT(ntsc_cable)        },
    { "us-cable-hrc",     ntsc_hrc,          CHAN_COUNT(ntsc_hrc)          },
    { "us-cable-irc",     ntsc_irc,          CHAN_COUNT(ntsc_irc)          },
    { "japan-bcast",      ntsc_bcast_jp,     CHAN_COUNT(ntsc_bcast_jp)     },
    { "japan-cable",      ntsc_cable_jp,     CHAN_COUNT(ntsc_cable_jp)     },
    { "europe-west",      europe_west,       CHAN_COUNT(europe_west)       },
    { "europe-east",      europe_east,       CHAN_COUNT(europe_east)       },
    { "italy",            pal_italy,         CHAN_COUNT(pal_italy)         },
    { "newzealand",       pal_newzealand,    CHAN_COUNT(pal_newzealand)    },
    { "australia",        pal_australia,     CHAN_COUNT(pal_australia)     },
    { "ireland",          pal_ireland,       CHAN_COUNT(pal_ireland)       },
    { "france",           secam_france,      CHAN_COUNT(secam_france)      },
    { "china-bcast",      pal_bcast_cn,      CHAN_COUNT(pal_bcast_cn)      },
    { "southafrica",      pal_bcast_za,      CHAN_COUNT(pal_bcast_za)      },
    { "argentina",        argentina,         CHAN_COUNT(argentina)         },
    { "australia-optus",  pal_australia_optus, CHAN_COUNT(pal_australia_optus) },
    { "singapore",        pal_bcast_sg,      CHAN_COUNT(pal_bcast_sg)      },
    { "malaysia",         pal_bcast_my,      CHAN_COUNT(pal_bcast_my)      },
    { "israel-hot-matav", israel_hot_matav,  CHAN_COUNT(israel_hot_matav)  },
    { "try-all",          try_all,           CHAN_COUNT(try_all)           },
    { NULL, NULL, 0 } 
}

Definition at line 2264 of file frequencies.c.

Referenced by FreqTable(), FreqTableSelector::FreqTableSelector(), init_freq_tables(), MultiplexSetting::load(), Channel::SetFreqTable(), and TransFreqTableSelector::TransFreqTableSelector().


Generated on Sat Dec 18 05:15:52 2010 for MythTV by  doxygen 1.5.5