Changeset 3850 in ntrip


Ignore:
Timestamp:
Apr 12, 2012, 4:02:29 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rinex/rnxobsfile.cpp

    r3849 r3850  
    4444#include "rnxobsfile.h"
    4545#include "bncutils.h"
     46#include "bncversion.h"
    4647
    4748using namespace std;
     
    552553
    553554  *_stream << QString("%1%2%3")
    554     .arg("BNC", -20)
     555    .arg("BNC "BNCVERSION, -20)
    555556    .arg("BKG", -20)
    556557    .arg(currentDateAndTimeGPS().date().toString("dd-MMM-yyyy"), -20)
Note: See TracChangeset for help on using the changeset viewer.