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


Ignore:
Timestamp:
Aug 8, 2014, 11:42:16 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5861 r5873  
    627627//
    628628////////////////////////////////////////////////////////////////////////////
     629void t_bncCore::slotNewPosition(bncTime time, double x, double y, double z) {
     630  emit newPosition(time, x, y, z);
     631}
     632
     633//
     634////////////////////////////////////////////////////////////////////////////
    629635void t_bncCore::slotQuit() {
    630636  cout << "t_bncCore::slotQuit" << endl;
Note: See TracChangeset for help on using the changeset viewer.