Changeset 6595 in ntrip for trunk/BNC/src/bnccore.cpp


Ignore:
Timestamp:
Feb 18, 2015, 1:33:03 PM (9 years ago)
Author:
stuerze
Message:

some preparation to read RTCM3 Compass ephemeris messages

File:
1 edited

Legend:

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

    r6522 r6595  
    250250}
    251251
     252// New Compass Ephemeris
     253////////////////////////////////////////////////////////////////////////////
     254void t_bncCore::slotNewCompassEph(t_ephCompass eph) {
     255  if (checkPrintEph(&eph) == success) {
     256    emit newCompassEph(eph);
     257  }
     258}
    252259
    253260// Print Header of the output File(s)
Note: See TracChangeset for help on using the changeset viewer.