zhangzengfei
2024-05-08 80ae7958a17a492098f18f31fa21804f37b6cbaa
protomsg.proto
@@ -199,6 +199,7 @@
    string argDef = 16; //默认参数
    string ruleSo = 17; //规则用so
    string iconBlob2 = 18; //第二套图片二进制
    string activateCode = 19; //
}
//SdkArg struct
@@ -241,6 +242,7 @@
    T_EventPush = 13; //事件推送有变化
    T_Cluster = 14; //集群创建、加入或退出
    T_CameraPolygonRelation = 15; //摄像机区域的关联关系
    T_Voice = 16;//报警声音发生变化
}
enum DbAction {
@@ -324,6 +326,7 @@
    ReInitCache = 0; // 重新初始化底库缓存(加入集群后执行)
    UpdateCache = 1; // 更新底库和人员缓存
    Compare = 2; // 做比对请求
    DeleteCache = 3; // 删除缓存
}
message SdkCompareEach {
@@ -411,6 +414,7 @@
    string clusterName = 2;
    repeated Node nodes = 3;
    string virtualIp = 4;
    string password = 5;
}
message Node {
@@ -433,4 +437,4 @@
    string description = 5;
    int32 sort = 6;
    string parent_id = 7;
}
}