aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/Stubs/StubMotorSpeedResponse.proto
blob: 9348b954563573ab2b33b06ee25da5efdd5f829b (plain)
1
2
3
4
5
6
7
8
9
10
syntax = "proto3";

package Tango.PMR.Stubs;
option java_package = "com.twine.tango.pmr.stubs";

message StubMotorSpeedResponse
{
		uint32 Motor_ID = 1;
		double Speed = 2;
}