aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/Stubs/StubFPGAReadVersionResponse.proto
blob: 88cde1e86db3ff10f411507f49b41e10fc3de0eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
syntax = "proto3";

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

message StubFPGAReadVersionResponse
{
	uint32 FPGAId = 1; // 0..2
	uint32 Day = 2;
	uint32 Month = 3;
	uint32 Year = 4;
	uint32 Ver_num = 5;
	string Status = 6; // Passed/Failed
	uint32 StatusWord = 7; // Error number/bit when the status is Failed
}