Changeset 4381 in ntrip
- Timestamp:
- Jul 4, 2012, 1:14:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncsp3.cpp
r4298 r4381 94 94 double dayfrac; 95 95 mjdFromDateAndTime(datTim, mjd, dayfrac); 96 97 int numEpo = 96; 96 98 97 99 _out << "#aP" << datTim.toString("yyyy MM dd hh mm").toAscii().data() 98 100 << setw(12) << setprecision(8) << sec 99 << " 96ORBIT IGS08 HLM IGS" << endl;101 << " " << setw(7) << numEpo << " ORBIT IGS08 HLM IGS" << endl; 100 102 101 103 _out << "## "
Note:
See TracChangeset
for help on using the changeset viewer.