sunty
2019-12-19 b95da65535d039db20a4362d33c3a39fe84436e2
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;