Changeset 5692 in ntrip


Ignore:
Timestamp:
Jul 29, 2014, 3:23:00 PM (10 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src
Files:
2 added
3 edited

Legend:

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

    r5691 r5692  
    7878Q_EXPORT_PLUGIN2(gnsscenter_bnc, t_bncFactory)
    7979#endif
    80 
    81 // Constructor
    82 ////////////////////////////////////////////////////////////////////////////
    83 t_pppWidgets::t_pppWidgets() {
    84   _dataSource   = new QComboBox();   
    85   _rinexObs     = new qtFileChooser();
    86   _rinexNav     = new qtFileChooser();
    87   _corrHostPort = new QLineEdit();     
    88   _corrFile     = new qtFileChooser(); 
    89   _crdFile      = new qtFileChooser();
    90   _antexFile    = new qtFileChooser();
    91   _logFile      = new QLineEdit();   
    92   _nmeaFile     = new QLineEdit();   
    93   _nmeaPort     = new QLineEdit();   
    94   _staTable     = new QTableWidget();
    95   _lcGPS        = new QComboBox();   
    96   _lcGLONASS    = new QComboBox();   
    97   _lcGalileo    = new QComboBox();   
    98   _sigmaC1      = new QLineEdit();
    99   _sigmaL1      = new QLineEdit();   
    100   _corrWaitTime = new QSpinBox();     
    101 }
    10280
    10381// Constructor
  • trunk/BNC/src/bncwindow.h

    r5690 r5692  
    3131#include "bncgetthread.h"
    3232#include "bnccaster.h"
     33#include "PPP/pppwidgets.h"
    3334
    3435class bncAboutDlg : public QDialog {
     
    5556class bncMapWin;
    5657class t_postProcessing;
    57 
    58 class t_pppWidgets {
    59  public:
    60   t_pppWidgets();
    61   QComboBox*     _dataSource;
    62   qtFileChooser* _rinexObs;
    63   qtFileChooser* _rinexNav;
    64   QLineEdit*     _corrHostPort; 
    65   qtFileChooser* _corrFile; 
    66   qtFileChooser* _crdFile;
    67   qtFileChooser* _antexFile;
    68   QLineEdit*     _logFile;
    69   QLineEdit*     _nmeaFile;
    70   QLineEdit*     _nmeaPort;
    71   QTableWidget*  _staTable;
    72   QComboBox*     _lcGPS;
    73   QComboBox*     _lcGLONASS;
    74   QComboBox*     _lcGalileo;
    75   QLineEdit*     _sigmaC1;
    76   QLineEdit*     _sigmaL1;
    77   QSpinBox*      _corrWaitTime;
    78 };
    7958
    8059class bncWindow : public QMainWindow {
  • trunk/BNC/src/src.pri

    r5679 r5692  
    5858          RTCM3/clock_and_orbit/clock_orbit_rtcm.h                    \
    5959          RTCM3/ephemeris.h RTCM3/timeutils.h                         \
    60           GPSS/gpssDecoder.h GPSS/hassDecoder.h                       
     60          GPSS/gpssDecoder.h GPSS/hassDecoder.h                       \
     61          PPP/pppwidgets.h
    6162
    6263HEADERS       += serial/qextserialbase.h serial/qextserialport.h
     
    8687          RTCM3/clock_and_orbit/clock_orbit_rtcm.c                    \
    8788          RTCM3/ephemeris.cpp RTCM3/timeutils.cpp                     \
    88           GPSS/gpssDecoder.cpp GPSS/hassDecoder.cpp                   
     89          GPSS/gpssDecoder.cpp GPSS/hassDecoder.cpp                   \
     90          PPP/pppwidgets.cpp
    8991
    9092SOURCES       += serial/qextserialbase.cpp serial/qextserialport.cpp
Note: See TracChangeset for help on using the changeset viewer.