- Timestamp:
- Aug 4, 2014, 5:01:14 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/ppp.h
r5784 r5796 20 20 private: 21 21 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,29 22 }; 30 23 … … 118 111 }; 119 112 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 127 113 class t_frequency { 128 114 public:
Note:
See TracChangeset
for help on using the changeset viewer.