Exemple #1
0
 public string MetricToString(Message_MetricType theType)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public bool MetricFromString(string theString, ref Message_MetricType theType)
 {
     throw new NotImplementedException();
 }
 public void SetActiveMetric(Message_MetricType theMetricType, bool theActivate)
 {
     throw new NotImplementedException();
 }
Exemple #4
0
 public void SetStopValue(ref Message_MetricType theMetric, double theValue)
 {
     throw new NotImplementedException();
 }
Exemple #5
0
 public double StopValue(ref Message_MetricType theMetric)
 {
     throw new NotImplementedException();
 }
Exemple #6
0
 public bool IsMetricValid(ref Message_MetricType theMetric)
 {
     throw new NotImplementedException();
 }