Changeset 6518 in ntrip for trunk/BNC/src/bncephuser.cpp


Ignore:
Timestamp:
Dec 30, 2014, 2:36:15 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncephuser.cpp

    r6444 r6518  
    111111  }
    112112
     113  if (check) {
     114    checkEphemeris(eph);
     115  }
     116
    113117  const t_ephGPS*     ephGPS     = dynamic_cast<const t_ephGPS*>(eph);
    114118  const t_ephGlo*     ephGlo     = dynamic_cast<const t_ephGlo*>(eph);
     
    157161}
    158162
     163//
     164////////////////////////////////////////////////////////////////////////////
     165void bncEphUser::checkEphemeris(const t_eph* eph) {
     166
     167}
Note: See TracChangeset for help on using the changeset viewer.