- Timestamp:
- 12/10/17 16:32:22 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/frontenddev.h
r41370 r41386 1943 1943 debug(200, "transponder:frequ=%d, inversion=%d, bandwidth=%d, hp=%d, lp=%d, modulation=%d transmission=%d guardinterval=%d hierarchy=%d system=%d (%s)", tpnode->frequency, tpnode->inversion, tpnode->symbolrate, tpnode->fec, tpnode->polarization, tpnode->modulation, tpnode->pilot, tpnode->rolloff, tpnode->system, tpnode->system, node->feshortname); 1944 1944 1945 fe_delivery_system_t system = SYS_DVBT;1945 fe_delivery_system_t system = tpnode->system; 1946 1946 1947 1947 int hp = tpnode->fec; //fec = hp on DVBT … … 2058 2058 2059 2059 // suchlauf geht an nemesis mit system=0 2060 #if DREAMBOX2061 2060 switch(system) 2062 2061 { … … 2065 2064 default: system = SYS_DVBT; break; 2066 2065 } 2067 #else2068 switch(tpnode->system)2069 {2070 default:2071 case System_DVB_T: system = SYS_DVBT; break; //32072 case System_DVB_T2: system = SYS_DVBT2; break; //162073 }2074 #endif2075 2066 2076 2067 p[0].cmd = DTV_CLEAR;
Note: See TracChangeset
for help on using the changeset viewer.