Newer
Older
SensorHub-NoiseCorr / SensorHub.Well / AccelerationDatas.cs
TAN YUE on 9 Jan 2024 246 bytes 20240109 井盖增加加速度值
using System;
using System.Collections.Generic;

namespace SensorHub.Well
{
    class AccelerationDatas
    {
        public static Dictionary<string, double[]> acclerationValueMap = new Dictionary<string, double[]>(); // double数组
    }
}