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


Ignore:
Timestamp:
May 8, 2008, 3:36:12 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnsutils.h

    r860 r884  
    2323void currentGPSWeeks(int& week, double& sec);
    2424
    25 void satellitePosition(int GPSweek, double GPSweeks, const gpsEph* ep,
    26                        double& X, double& Y, double& Z, double&,
    27                        double& vX, double& vY, double& vZ);
    28 
    2925void XYZ_to_RSW(const ColumnVector& rr, const ColumnVector& vv,
    3026                const ColumnVector& xyz, ColumnVector& rsw);
     27
     28ColumnVector rungeKutta4(double xi, const ColumnVector& yi, double dx,
     29                         ColumnVector (*der)(double x, const ColumnVector& y));
     30
    3131#endif
Note: See TracChangeset for help on using the changeset viewer.