frequencies.cpp 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 9 of file frequencies.cpp.

struct CHANLIST ntsc_cable[] [static]

Definition at line 84 of file frequencies.cpp.

struct CHANLIST ntsc_hrc[] [static]

Definition at line 224 of file frequencies.cpp.

struct CHANLIST ntsc_irc[] [static]
struct CHANLIST ntsc_bcast_jp[] [static]

Definition at line 492 of file frequencies.cpp.

struct CHANLIST ntsc_cable_jp[] [static]

Definition at line 560 of file frequencies.cpp.

struct CHANLIST pal_australia[] [static]

Definition at line 618 of file frequencies.cpp.

struct CHANLIST pal_australia_optus[] [static]

Definition at line 674 of file frequencies.cpp.

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 899 of file frequencies.cpp.

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 907 of file frequencies.cpp.

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 917 of file frequencies.cpp.

struct CHANLIST pal_ireland[] [static]

Definition at line 931 of file frequencies.cpp.

struct CHANLIST secam_france[] [static]

Definition at line 972 of file frequencies.cpp.

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 1023 of file frequencies.cpp.

struct CHANLIST pal_bcast_cn[] [static]

Definition at line 1041 of file frequencies.cpp.

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 1141 of file frequencies.cpp.

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 1157 of file frequencies.cpp.

struct CHANLIST pal_bcast_my[] [static]
Initial value:
 {
    { "1", 175500 },
    { "2", 217500 },
    { "3", 535000 },
    { "4", 599000 },
    { "5", 654500 },
    { "6", 687300 },
}

Definition at line 1169 of file frequencies.cpp.

struct CHANLIST argentina[] [static]

Definition at line 1179 of file frequencies.cpp.

struct CHANLIST try_all[] [static]

Definition at line 1275 of file frequencies.cpp.

struct CHANLIST israel_hot_matav[] [static]

Definition at line 2197 of file frequencies.cpp.

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 2248 of file frequencies.cpp.

Referenced by ChannelScanSM::AddToList(), fill_setting(), FreqTable(), FreqTableSelector::FreqTableSelector(), init_freq_tables(), MultiplexSetting::Load(), V4LChannel::SetFreqTable(), and TransFreqTableSelector::TransFreqTableSelector().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Generated on Sat May 26 06:41:48 2012 for MythTV by  doxygen 1.6.3