Changeset 36305 for titan/titan/scan.h
- Timestamp:
- 11/24/15 17:09:39 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/scan.h
r36069 r36305 118 118 id = ((onid << 16) | transportid) & 0xffffffff; 119 119 120 /* 120 121 if(gettransponder(id) == NULL) 121 122 { … … 123 124 status.writetransponder = 1; 124 125 } 126 */ 127 // write allways transponder and delete old entry 128 deltransponderbyid(id); 129 tpnode = createtransponder(id, FE_QPSK, orbitalpos, frequency, INVERSION_AUTO, symbolrate, polarization, fec, modulation, rolloff, 0, system); 130 status.writetransponder = 1; 125 131 126 132 debug(500, "nitscan: id=%llu freq=%d sr=%d fec=%d pol=%d modulation=%d system=%d tpnode=%p", id, frequency, symbolrate, fec, polarization, modulation, system, tpnode);
Note: See TracChangeset
for help on using the changeset viewer.