Changeset 6434 in ntrip


Ignore:
Timestamp:
Dec 25, 2014, 6:20:43 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncephuser.cpp

    r6432 r6434  
    5555bncEphUser::bncEphUser(bool connectSlots) {
    5656  if (connectSlots) {
    57     connect(BNC_CORE, SIGNAL(newEphGPS(t_ephGPS)),
    58             this, SLOT(slotNewEphGPS(t_ephGPS)), Qt::DirectConnection);
     57    connect(BNC_CORE, SIGNAL(newGPSEph(t_ephGPS)),
     58            this, SLOT(slotNewGPSEph(t_ephGPS)), Qt::DirectConnection);
    5959 
    60     connect(BNC_CORE, SIGNAL(newEphGlonass(t_ephGlo)),
    61             this, SLOT(slotNewEphGlonass(t_ephGlo)), Qt::DirectConnection);
     60    connect(BNC_CORE, SIGNAL(newGlonassEph(t_ephGlo)),
     61            this, SLOT(slotNewGlonassEph(t_ephGlo)), Qt::DirectConnection);
    6262 
    63     connect(BNC_CORE, SIGNAL(newEphGalileo(t_ephGal)),
    64             this, SLOT(slotNewEphGalileo(t_ephGal)), Qt::DirectConnection);
     63    connect(BNC_CORE, SIGNAL(newGalileoEph(t_ephGal)),
     64            this, SLOT(slotNewGalileoEph(t_ephGal)), Qt::DirectConnection);
    6565
    66     connect(BNC_CORE, SIGNAL(newEphSBAS(t_ephSBAS)),
    67             this, SLOT(slotNewEphSBAS(t_ephSBAS)), Qt::DirectConnection);
     66    connect(BNC_CORE, SIGNAL(newSBASEph(t_ephSBAS)),
     67            this, SLOT(slotNewSBASEph(t_ephSBAS)), Qt::DirectConnection);
    6868  }
    6969}
Note: See TracChangeset for help on using the changeset viewer.