Changeset 2548 in ntrip


Ignore:
Timestamp:
Aug 8, 2010, 4:34:55 PM (14 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.cpp

    r2547 r2548  
    137137
    138138  connect(this, SIGNAL(newMessage(QByteArray,bool)),
    139           ((bncApp*)qApp),
    140           SLOT(slotMessage(const QByteArray,bool)));
     139          ((bncApp*)qApp), SLOT(slotMessage(const QByteArray,bool)));
    141140
    142141  bncSettings settings;
  • trunk/BNC/bncpppclient.cpp

    r2545 r2548  
    7575  }
    7676
     77  connect(this, SIGNAL(newMessage(QByteArray,bool)),
     78          ((bncApp*)qApp), SLOT(slotMessage(const QByteArray,bool)));
     79
    7780  connect(((bncApp*)qApp), SIGNAL(newEphGPS(gpsephemeris)),
    7881          this, SLOT(slotNewEphGPS(gpsephemeris)),
    7982          Qt::DirectConnection);
     83
    8084  connect(((bncApp*)qApp), SIGNAL(newEphGlonass(glonassephemeris)),
    8185          this, SLOT(slotNewEphGlonass(glonassephemeris)),
    8286          Qt::DirectConnection);
     87
    8388  connect(((bncApp*)qApp), SIGNAL(newCorrections(QList<QString>)),
    8489          this, SLOT(slotNewCorrections(QList<QString>)),
  • trunk/BNC/bncpppclient.h

    r2505 r2548  
    127127
    128128 signals:
     129  void newMessage(QByteArray msg, bool showOnScreen);
    129130  void newPosition(bncTime time, double x, double y, double z);
    130131  void newNMEAstr(QByteArray str);
Note: See TracChangeset for help on using the changeset viewer.