summaryrefslogtreecommitdiffstats
path: root/util/scan/dvb-t/cz-Plzen
diff options
context:
space:
mode:
Diffstat (limited to 'util/scan/dvb-t/cz-Plzen')
-rw-r--r--util/scan/dvb-t/cz-Plzen8
1 files changed, 0 insertions, 8 deletions
diff --git a/util/scan/dvb-t/cz-Plzen b/util/scan/dvb-t/cz-Plzen
deleted file mode 100644
index 0b916af..0000000
--- a/util/scan/dvb-t/cz-Plzen
+++ /dev/null
@@ -1,8 +0,0 @@
-# DVB-T Plzen (Pilsen, Czech Republic)
-# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy
-# MUX 1 Ceska televize
-T 578000000 8MHz 2/3 NONE QAM64 8k 1/4 NONE
-# MUX 2 Ceske Radiokomunikace
-T 690000000 8MHz 2/3 NONE QAM64 8k 1/4 NONE
-# MUX 3 Czech Digital Group
-T 722000000 8MHz 2/3 NONE QAM64 8k 1/4 NONE
: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
#ifndef _ZEROCONF_H_
#define _ZEROCONF_H_

int getZeroconfHostPort(CPhidgetRemoteHandle networkInfo);
int cancelPendingZeroconfLookups(CPhidgetRemoteHandle networkInfo);
int refreshZeroconfSBC(CPhidgetSBCHandle sbc);
int refreshZeroconfPhidget(CPhidgetHandle phid);
int InitializeZeroconf();
int UninitializeZeroconf();

/* Internal version of .local lookups for SBC */
#ifdef ZEROCONF_LOOKUP
struct hostent *
mdns_gethostbyname (const char *name);
struct hostent *
mdns_gethostbyname2 (const char *name, int af);
#endif

#endif