Changeset 7231 in ntrip for trunk/BNC/src/PPP/pppClient.cpp


Ignore:
Timestamp:
Aug 18, 2015, 4:13:05 PM (9 years ago)
Author:
stuerze
Message:

some interfaces are added to be able to handle ssr vtec in PPP mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppClient.cpp

    r7218 r7231  
    332332}
    333333
     334//
     335//////////////////////////////////////////////////////////////////////////////
     336void t_pppClient::putTec(const t_vTec* vTec) {
     337  _pppUtils->putTec(new t_vTec(*vTec));
     338}
     339
    334340//
    335341//////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.