#---------------------------- # Example Configuration File #--------------------------- # application: { /* This section defines some settings for our * main application window, such as size and * position. */ window: { title = "My Application"; size = { /* width */ w = 640; /* height */ h = 480; }; pos = { x = 350; y = 250; }; }; a = 5; b = 6; ff = 1E6; test-comment = "/* hello\n \"there\"*/"; test-long-string = "A very long string that spans multiple lines. " /* but wait, there's more... */ "Adjacent strings are automatically" " concatenated."; test-escaped-string = "\"This is\n a test.\""; group1: { x = 5; y = 10; my_array = [ 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ]; flag = TRUE; group2: { zzz = "this is a test"; }; states = [ "CT", // Connecticut "CA", // California "TX", // Texas "NV", // Nevada "FL" // Florida ]; }; /* this would cause an error */ // a = "hi!"; }; binary = [ 0xAA, 0xBB, 0xCC ]; list = ( ( "abc", 123, true ), 1.234, ( /* an empty list */ ) ,[ 1, 2, 3 ], { a = (1, 2, true); } ); books = ( "inventory", { title = "Treasure Island"; author = "Robert Louis Stevenson"; price = 29.99; qty = 5; }, { title = "Snow Crash"; author = "Neal Stephenson"; price = 9.99; qty = 8; }, { } ); # miscellaneous stuff misc: { port = 5000; pi = 3.14159265; enabled = FALSE; mask = 0xAABBCCDD; unicode = "STARGΛ̊TE SG-1"; // UTF-8 string bigint = 9223372036854775807L; bighex = 0x1122334455667788L; }; ### eof bian/linux-dvb-apps.git/commit/util/scan/dvb-t/hu-Szombathely-Vasvar-Lenti-Zalaegerszeg?h=upstream'>commitdiffstats
path: root/util/scan/dvb-t/hu-Szombathely-Vasvar-Lenti-Zalaegerszeg
blob: af1ddb28c48eb4a5bc36578fe865a784e272d538 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Hungary / Szombathely-Vasvar-Lenti-Zalaegerszeg
# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy
#
# A.multiplex UHF-38:
# FREE -----------------------------------------------------------------------------------
# m1 HD, m2 HD, Duna World, Duna HD, MR1 Kossuth Radio, MR2 Petofi Radio, MR3 Bartok Radio
T 610000000 8MHz 3/4 NONE QAM64 8k 1/4 NONE
#
# B.multiplex UHF-58:
# NON-FREE ----------------------------------------------------------------------------
# PRO4, VIASAT3, Prizma TV, Muzsika TV, Universal Channel, Comedy Central, Minimax,
# Cartoon Network, Spektrum, History, Sport1, Sport2, Dorcel TV
T 770000000 8MHz 3/4 NONE QAM64 8k 1/4 NONE
#
# C.multiplex UHF-68:
# FREE --------------------------------------------------------------------------------
# RTL Klub, TV2, Euronews Test, Info csatorna, Neo FM
# NON-FREE ----------------------------------------------------------------------------
# Cool, Film+, HBO, National Geographic, Disney Channel, AXN, FEM3, Private spice, ATV,
# HirTV, Sportklub
T 850000000 8MHz 3/4 NONE QAM64 8k 1/4 NONE