Changeset 2014 in ntrip for trunk/BNS/bnseph.cpp


Ignore:
Timestamp:
Nov 25, 2009, 1:06:33 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnseph.cpp

    r1923 r2014  
    2020#include "bnsutils.h"
    2121#include "bnssettings.h"
     22extern "C" {
     23#include "rtcm3torinex.h"
     24}
    2225
    2326#define PI          3.1415926535898
     
    184187    return false;
    185188  }
     189}
     190
     191// Constructor
     192////////////////////////////////////////////////////////////////////////////
     193t_ephGPS::t_ephGPS(const gpsephemeris& eph) {
     194
    186195}
    187196
     
    476485
    477486  vv(3)  = sini    *doty  + yp*cosi      *doti;
     487}
     488
     489// Constructor
     490////////////////////////////////////////////////////////////////////////////
     491t_ephGlo::t_ephGlo(const glonassephemeris& eph) {
     492
    478493}
    479494
Note: See TracChangeset for help on using the changeset viewer.