Changeset 5796 in ntrip for trunk/BNC/src/PPP/ppp.h


Ignore:
Timestamp:
Aug 4, 2014, 5:01:14 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/ppp.h

    r5784 r5796  
    2020 private:
    2121  std::string _msg;
    22 };
    23 
    24 enum e_pppMode {
    25   mode_PPP_DF,
    26   mode_SPP_DF,
    27   mode_PPP_SF,
    28   mode_SPP_SF,
    2922};
    3023
     
    118111};
    119112
    120 enum e_tropoModel{tropoModel_NO, tropoModel_SAAST, tropoModel_MARINI,
    121                   tropoModel_HOPF, tropoModel_UNB3M};
    122 
    123 enum e_tropoMF{tropoMF_INTRINSIC, tropoMF_COSZ, tropoMF_NIELL_DRY,
    124                tropoMF_NIELL_WET, tropoMF_HOPF, tropoMF_GMF_DRY,
    125                tropoMF_GMF_WET, tropoMF_GMF_COMB};
    126 
    127113class t_frequency {
    128114 public:
Note: See TracChangeset for help on using the changeset viewer.