Пример #1
0
 public quality_squelc_struct(squelch_type_t s, int t, int min, int max)
 {
     squelch_type = s;
     tval         = t;
     min_sval     = min;
     max_sval     = max;
 }
Пример #2
0
 public quality_squelc_struct(squelch_type_t s, int t, int min, int max)
 {
     squelch_type = s;
     tval = t;
     min_sval = min;
     max_sval = max;
 }
Пример #3
0
 public quality_name(squelch_type_t e, string s)
 {
     enum_val = (int)e;
     name     = s;
 }
Пример #4
0
 public quality_name(squelch_type_t e, string s)
 {
     enum_val = (int)e;
     name = s;
 }