aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/NotifyMachineDataDownloadCompletedResponse.cs
blob: 6d5769885dea4a33ad28b1520651bf95e266ff02 (plain)
1
2
3
4
5
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.l
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.Text;
using System.Threading.Tasks;
using Tango.BL.DTO;
using Tango.Transport.Web;

namespace Tango.PPC.Common.Web
{
    public class NotifyMachineDataDownloadCompletedResponse : WebResponseMessage
    {
        
    }
}
/span>stubMotorSpeedRequest = new StubMotorSpeedRequest(); stubMotorSpeedRequest.MotorID = 18; for (int i = 0;i<100;i++) { stubManager.Run<StubDancerPositionResponse>(stubDancerPositionRequest); // stubManager.Run<StubFpgaReadRegResponse>("StubFpgaReadRegRequest",0x60000010); Thread.Sleep(100); stubManager.Run<StubMotorSpeedResponse>(stubMotorSpeedRequest); Thread.Sleep(1000); } }