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


Ignore:
Timestamp:
Aug 9, 2014, 10:00:20 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5899 r5900  
    868868  _dateAndTimeGPS = new QDateTime(dateTime);
    869869}
     870
     871//
     872////////////////////////////////////////////////////////////////////////////
     873void t_bncCore::startPPP() {
     874  _pppMain->start();
     875}
     876
     877//
     878////////////////////////////////////////////////////////////////////////////
     879void t_bncCore::stopPPP() {
     880  _pppMain->stop();
     881}
Note: See TracChangeset for help on using the changeset viewer.