Changeset 8617 in ntrip for trunk/BNC/src/bncutils.h


Ignore:
Timestamp:
Feb 28, 2019, 2:46:37 PM (5 years ago)
Author:
stuerze
Message:

a computed lock time is added for RTCM3 phase observations as an optional feed engine output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncutils.h

    r8011 r8617  
    142142int          factorial(int n);
    143143
     144/** Convert RTCM3 lock-time indicator to lock time in seconds
     145* depending on input message format. Returns -1 if format is
     146* unknown or indicator is invalid
     147*/
     148double       lti2sec(int type, int lti);
    144149
    145150// CRC24Q checksum calculation function (only full bytes supported).
Note: See TracChangeset for help on using the changeset viewer.