Changeset 5847 in ntrip


Ignore:
Timestamp:
Aug 7, 2014, 11:31:35 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5825 r5847  
    214214    opt->_eleWgtPhase = false;
    215215
     216    //// beg test
     217    if (opt->_roverName == "FFMJ1") {
     218      opt->_xyzAprRover[0] = 4053455.82;
     219      opt->_xyzAprRover[1] =  617729.74;
     220      opt->_xyzAprRover[2] = 4869395.78;
     221      opt->_antNameRover   = "LEIAR25.R4      LEIT";
     222    }
     223    //// end test
     224
    216225    _options << opt;
    217226  }
Note: See TracChangeset for help on using the changeset viewer.