Changeset 3280 in ntrip for trunk/BNC/bncapp.h


Ignore:
Timestamp:
Apr 27, 2011, 10:45:42 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.h

    r3232 r3280  
    4141  Q_OBJECT
    4242  public:
     43    enum e_mode {interactive, nonInteractive, batchPostProcessing};
    4344    bncApp(int& argc, char* argv[], bool GUIenabled);
    4445    virtual ~bncApp(); 
     46    e_mode mode() const {return _mode;}
     47    void   setMode(e_mode mode) {_mode = mode;}
    4548    void setPort(int port);
    4649    void setPortCorr(int port);
     
    125128    int                 _GLOFreq[PRN_GLONASS_NUM];
    126129    bncComb*            _bncComb;
     130    e_mode              _mode;
    127131 public:
    128132    bncPPPclient*       _bncPPPclient;
Note: See TracChangeset for help on using the changeset viewer.