Changeset 7299 in ntrip for trunk/BNC/src/combination/bnccomb.h


Ignore:
Timestamp:
Sep 23, 2015, 5:21:35 PM (9 years ago)
Author:
stuerze
Message:

some additions, to allow PPP with the internal combination result

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bnccomb.h

    r7085 r7299  
    1717  bncComb();
    1818  virtual ~bncComb();
     19  static bncComb* instance();
    1920  int  nStreams() const {return _ACs.size();}
    2021
     
    127128};
    128129
     130#define BNC_CMB (bncComb::instance())
     131
    129132#endif
Note: See TracChangeset for help on using the changeset viewer.