aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/Stubs/StubSpeedSensorResponse.proto
blob: f43b90a2a81f048ae7e45f90f8480391eb8b0fac (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 StubSpeedSensorResponse
{
		//uint32 Speed_Sensor_ID = 1;
		uint32 Speed = 1;
}