Changeset 1272 in ntrip


Ignore:
Timestamp:
Dec 3, 2008, 11:00:50 AM (15 years ago)
Author:
zdenek
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r1271 r1272  
    705705              }
    706706              emit(newAntCrd(_staID,
    707                              _decoder->_antList[ii].zz, _decoder->_antList[ii].zz, _decoder->_antList[ii].zz,
     707                             _decoder->_antList[ii].xx, _decoder->_antList[ii].yy, _decoder->_antList[ii].zz,
    708708                             antT));
    709               cout << "new crd " << _staID.data() << fixed << setprecision(3)
    710                    << " " << setw(14) << _decoder->_antList[ii].xx
    711                    << " " << setw(14) << _decoder->_antList[ii].yy
    712                    << " " << setw(14) << _decoder->_antList[ii].zz
    713                    << endl;
    714709            }
    715710          }
     
    723718            }
    724719            emit(newAntCrd(_staID,
    725                            _decoder->_antList[ii].zz, _decoder->_antList[ii].zz, _decoder->_antList[ii].zz,
     720                           _decoder->_antList[ii].xx, _decoder->_antList[ii].yy, _decoder->_antList[ii].zz,
    726721                           antT));
    727722          }
Note: See TracChangeset for help on using the changeset viewer.