Changeset 3850 in ntrip for trunk/BNC/rinex/rnxobsfile.cpp
- Timestamp:
- Apr 12, 2012, 4:02:29 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/rinex/rnxobsfile.cpp
r3849 r3850 44 44 #include "rnxobsfile.h" 45 45 #include "bncutils.h" 46 #include "bncversion.h" 46 47 47 48 using namespace std; … … 552 553 553 554 *_stream << QString("%1%2%3") 554 .arg("BNC ", -20)555 .arg("BNC "BNCVERSION, -20) 555 556 .arg("BKG", -20) 556 557 .arg(currentDateAndTimeGPS().date().toString("dd-MMM-yyyy"), -20)
Note:
See TracChangeset
for help on using the changeset viewer.