Changeset 3666 in ntrip for trunk/BNC/rnxnavfile.cpp


Ignore:
Timestamp:
Feb 11, 2012, 5:26:09 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rnxnavfile.cpp

    r3663 r3666  
    4040
    4141#include <iostream>
     42#include <newmatio.h>
    4243#include "rnxnavfile.h"
    4344#include "bncutils.h"
     
    145146    }
    146147    if (eph && eph->ok()) {
     148      //// beg test
     149      ColumnVector xc(4);
     150      ColumnVector vv(3);
     151      eph->position(eph->GPSweek(), eph->GPSweeks(), xc.data(), vv.data());
     152      cout << "haha " << eph->prn().toAscii().data() << " " << xc.t();
     153      //// end test
    147154      return success;
    148155    }
Note: See TracChangeset for help on using the changeset viewer.