es.proto
@@ -1,5 +1,7 @@ syntax = "proto3"; import "aiocean.proto"; package protomsg; message Esinfo{ @@ -18,17 +20,6 @@ repeated LinkEsInfo linkEsInfo = 4; TargetLocation targetLocation =5; } message TargetLocation { Location topLeft =1; Location bottomRight =2; } message Location { double x =1; double y =2; } message LinkEsInfo { string cameraId =1;