aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/Stubs/StubMotorInitResponse.proto
blob: c8cd3b10abdafe59e9b77eda340760d54957e201 (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 StubMotorInitResponse
{
		uint32 Motor_ID = 1;
		uint32 Status = 2;
}