Commit 8bd53467 authored by wangwanxh@sina.com's avatar wangwanxh@sina.com

校准输出

parent b963fc8a
......@@ -22,5 +22,11 @@ namespace SharedSpace
/// 值是否读取
/// </summary>
public static bool ReadChange = false;
/// <summary>
/// 自动校准 0 正常采样 1 校准开始 2 校准中 3 以校准
/// </summary>
public static int typesint = 0;
}
}
......@@ -19,4 +19,21 @@ namespace SharedSpace
/// </summary>
public double vale { get; set; }
}
public class AdjustCoef
{
/// <summary>
/// 名称
/// </summary>
public string name { get; set; }
/// <summary>
/// 系数K
/// </summary>
public double Bvale { get; set; }
/// <summary>
/// 常数 M
/// </summary>
public double Cvale { get; set; }
}
}
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment