aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.CodeGeneration/Templates/Property.cshtml
blob: f1dc61696718b053c50355e8a4e39967254ae042 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
generated by cgit v1.3.1 (git 2.54.0) at 2026-07-26 23:34:11 +0000
 


/span>
StubMotorSpeedRequest 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);
}
}