Changeset 410 in ntrip for trunk/BNC/bncrinex.cpp


Ignore:
Timestamp:
Mar 2, 2007, 6:33:36 PM (17 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r408 r410  
    390390    _out << hlp.toAscii().data() << "COMMENT" << endl;
    391391
    392     if (_nmea == "VRS") {
    393     hlp = ("VRS LAT=" + _latitude + " " + "LONG=" + _longitude).leftJustified(60, ' ',true);
     392    if (_nmea == "yes") {
     393    hlp = ("NMEA LAT=" + _latitude + " " + "LONG=" + _longitude).leftJustified(60, ' ',true);
    394394    _out << hlp.toAscii().data() << "COMMENT" << endl; }
    395395
Note: See TracChangeset for help on using the changeset viewer.