aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/TCC/DetectionColorFile.proto
blob: c5c682aab220b44979387d90bd7c21e1257ef1a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
syntax = "proto3";

import "DetectionColor.proto";

package Tango.PMR.TCC;
option java_package = "com.twine.tango.pmr.tcc";

message DetectionColorFile
{
	DetectionColor RawColor = 1;
	DetectionColor ProcessedColor = 2;
}