aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/Stubs/StubMotorHomeMarkRequest.proto
blob: 3ee519433e689f96c3ac6127cf9838d7c94b1ccc (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 StubMotorHomeMarkRequest
{
		uint32 Motor_ID = 1;
        uint32 Set_Home_Mark_GO_Home_Mark = 2; // 0..3
}