Changeset 40762
- Timestamp:
- 08/17/17 17:36:55 (5 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/frontenddev.h
r40755 r40762 1612 1612 return 1; 1613 1613 } 1614 1614 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); 1615 1615 int hp = tpnode->fec; //fec = hp on DVBT 1616 1616 switch(hp) -
titan/titan/httpdfunc.h
r40759 r40762 6791 6791 status.extplugin = ostrcat(param, NULL, 0, 0); 6792 6792 buf = ostrcat(buf, "ok", 1, 0); 6793 writerc(getrcconfigint("rcexit", NULL)); 6793 6794 } 6794 6795 else
Note: See TracChangeset
for help on using the changeset viewer.