- Timestamp:
- Dec 25, 2014, 6:20:43 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncephuser.cpp
r6432 r6434 55 55 bncEphUser::bncEphUser(bool connectSlots) { 56 56 if (connectSlots) { 57 connect(BNC_CORE, SIGNAL(new EphGPS(t_ephGPS)),58 this, SLOT(slotNew EphGPS(t_ephGPS)), Qt::DirectConnection);57 connect(BNC_CORE, SIGNAL(newGPSEph(t_ephGPS)), 58 this, SLOT(slotNewGPSEph(t_ephGPS)), Qt::DirectConnection); 59 59 60 connect(BNC_CORE, SIGNAL(new EphGlonass(t_ephGlo)),61 this, SLOT(slotNew EphGlonass(t_ephGlo)), Qt::DirectConnection);60 connect(BNC_CORE, SIGNAL(newGlonassEph(t_ephGlo)), 61 this, SLOT(slotNewGlonassEph(t_ephGlo)), Qt::DirectConnection); 62 62 63 connect(BNC_CORE, SIGNAL(new EphGalileo(t_ephGal)),64 this, SLOT(slotNew EphGalileo(t_ephGal)), Qt::DirectConnection);63 connect(BNC_CORE, SIGNAL(newGalileoEph(t_ephGal)), 64 this, SLOT(slotNewGalileoEph(t_ephGal)), Qt::DirectConnection); 65 65 66 connect(BNC_CORE, SIGNAL(new EphSBAS(t_ephSBAS)),67 this, SLOT(slotNew EphSBAS(t_ephSBAS)), Qt::DirectConnection);66 connect(BNC_CORE, SIGNAL(newSBASEph(t_ephSBAS)), 67 this, SLOT(slotNewSBASEph(t_ephSBAS)), Qt::DirectConnection); 68 68 } 69 69 }
Note:
See TracChangeset
for help on using the changeset viewer.