Changeset 512 in ntrip


Ignore:
Timestamp:
Oct 17, 2007, 8:16:47 AM (17 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM3/RTCM3Decoder.cpp

    r511 r512  
    6464////////////////////////////////////////////////////////////////////////////
    6565void RTCM3Error(const char*, ...) {
    66 }
    67 
    68 // Standard Output
    69 ////////////////////////////////////////////////////////////////////////////
    70 void RTCM3Text(const char*, ...) {
    7166}
    7267
  • trunk/BNC/RTCM3/rtcm3torinex.c

    r507 r512  
    11/*
    22  Converter for RTCM3 data to RINEX.
    3   $Id: rtcm3torinex.c,v 1.3 2007/10/14 15:06:17 mervart Exp $
     3  $Id: rtcm3torinex.c,v 1.24 2007/10/08 13:29:45 stoecker Exp $
    44  Copyright (C) 2005-2006 by Dirk Stoecker <stoecker@alberding.eu>
    55
     
    5151
    5252/* CVS revision and version */
    53 static char revisionstr[] = "$Revision: 1.3 $";
     53static char revisionstr[] = "$Revision: 1.24 $";
    5454
    5555#ifndef COMPILEDATE
     
    806806#endif
    807807
    808 #ifndef NO_RTCM3_MAIN
    809808void RTCM3Text(const char *fmt, ...)
    810809{
     
    814813  va_end(v);
    815814}
    816 #endif
    817815
    818816static int HandleRunBy(char *buffer, int buffersize, const char **u,
     
    15361534
    15371535#ifndef NO_RTCM3_MAIN
    1538 static char datestr[]     = "$Date: 2007/10/14 15:06:17 $";
     1536static char datestr[]     = "$Date: 2007/10/08 13:29:45 $";
    15391537
    15401538/* The string, which is send as agent in HTTP request */
  • trunk/BNC/bncapp.cpp

    r511 r512  
    104104////////////////////////////////////////////////////////////////////////////
    105105void bncApp::slotNewGPSEph(gpsephemeris* gpseph) {
     106  cout << "GPS: " << gpseph->satellite << endl;
     107  delete gpseph;
    106108}
    107109   
     
    109111////////////////////////////////////////////////////////////////////////////
    110112void bncApp::slotNewGlonassEph(glonassephemeris* glonasseph) {
     113  cout << "GLONASS: " << glonasseph->almanac_number << endl;
     114  delete glonasseph;
    111115}
    112116
Note: See TracChangeset for help on using the changeset viewer.