Changeset 804 in ntrip for trunk/BNS/bnsutils.h


Ignore:
Timestamp:
Apr 9, 2008, 12:50:05 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnsutils.h

    r802 r804  
    22#ifndef BNSUTILS_H
    33#define BNSUTILS_H
     4
     5#include <newmat.h>
    46
    57#include <QString>
     
    1719void currentGPSWeeks(int& week, double& sec);
    1820
    19 void satellitePosition(double GPSweeks, const gpsEph* ep,
     21void satellitePosition(int GPSweek, double GPSweeks, const gpsEph* ep,
    2022                       double& X, double& Y, double& Z, double&,
    2123                       double& vX, double& vY, double& vZ);
     24
     25void XYZ_to_RSW(const ColumnVector& rr, const ColumnVector& vv,
     26                const ColumnVector& xyz, ColumnVector& rsw);
    2227#endif
Note: See TracChangeset for help on using the changeset viewer.