aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Utilities/Tango.DispenserAnalyzer.UI/Analysis/IAnalyzerResult.cs
blob: 4871f5c3455faf65749af08910b5b4b7e1aa577b (plain)
1
2
3
4
5
6
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.lin
using OxyPlot;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.DispenserAnalyzer.UI.Analysis
{
    public interface IAnalyzerResult
    {
        AnalyzerResultValue Result { get; set; }
        List<AnalysisPlotValue> PlotValues { get; set; }
        ObservableCollection<DataPoint> Points { get; set; }
    }
}
r.Run<StubDancerPositionResponse>(stubDancerPositionRequest); // stubManager.Run<StubFpgaReadRegResponse>("StubFpgaReadRegRequest",0x60000010); Thread.Sleep(100); stubManager.Run<StubMotorSpeedResponse>(stubMotorSpeedRequest); Thread.Sleep(1000); } }