liuxiaolong
2019-12-23 3fd9a59b8137b34df50c66cba3b529d45bcf4050
add CameraLink
2个文件已修改
613 ■■■■■ 已修改文件
protomsg.pb.go 607 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
protomsg.proto 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
protomsg.pb.go
@@ -421,6 +421,59 @@
    return ""
}
//摄像机联动
type CameraLink struct {
    CameraIds  string `protobuf:"bytes,1,opt,name=camera_ids,json=cameraIds,proto3" json:"camera_ids,omitempty"`
    LinkTaskId string `protobuf:"bytes,2,opt,name=link_task_id,json=linkTaskId,proto3" json:"link_task_id,omitempty"`
}
func (m *CameraLink) Reset()         { *m = CameraLink{} }
func (m *CameraLink) String() string { return proto.CompactTextString(m) }
func (*CameraLink) ProtoMessage()    {}
func (*CameraLink) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{2}
}
func (m *CameraLink) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
}
func (m *CameraLink) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    if deterministic {
        return xxx_messageInfo_CameraLink.Marshal(b, m, deterministic)
    } else {
        b = b[:cap(b)]
        n, err := m.MarshalTo(b)
        if err != nil {
            return nil, err
        }
        return b[:n], nil
    }
}
func (m *CameraLink) XXX_Merge(src proto.Message) {
    xxx_messageInfo_CameraLink.Merge(m, src)
}
func (m *CameraLink) XXX_Size() int {
    return m.Size()
}
func (m *CameraLink) XXX_DiscardUnknown() {
    xxx_messageInfo_CameraLink.DiscardUnknown(m)
}
var xxx_messageInfo_CameraLink proto.InternalMessageInfo
func (m *CameraLink) GetCameraIds() string {
    if m != nil {
        return m.CameraIds
    }
    return ""
}
func (m *CameraLink) GetLinkTaskId() string {
    if m != nil {
        return m.LinkTaskId
    }
    return ""
}
//摄像机的任务信息
type CameraAndTaskInfo struct {
    Camera *Camera `protobuf:"bytes,1,opt,name=camera,proto3" json:"camera,omitempty"`
@@ -431,7 +484,7 @@
func (m *CameraAndTaskInfo) String() string { return proto.CompactTextString(m) }
func (*CameraAndTaskInfo) ProtoMessage()    {}
func (*CameraAndTaskInfo) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{2}
    return fileDescriptor_32de24555f916688, []int{3}
}
func (m *CameraAndTaskInfo) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
@@ -490,7 +543,7 @@
func (m *Task) String() string { return proto.CompactTextString(m) }
func (*Task) ProtoMessage()    {}
func (*Task) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{3}
    return fileDescriptor_32de24555f916688, []int{4}
}
func (m *Task) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
@@ -584,7 +637,7 @@
func (m *TaskSdkInfo) String() string { return proto.CompactTextString(m) }
func (*TaskSdkInfo) ProtoMessage()    {}
func (*TaskSdkInfo) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{4}
    return fileDescriptor_32de24555f916688, []int{5}
}
func (m *TaskSdkInfo) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
@@ -636,7 +689,7 @@
func (m *SdkRun) String() string { return proto.CompactTextString(m) }
func (*SdkRun) ProtoMessage()    {}
func (*SdkRun) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{5}
    return fileDescriptor_32de24555f916688, []int{6}
}
func (m *SdkRun) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
@@ -688,7 +741,7 @@
func (m *TaskSdkRun) String() string { return proto.CompactTextString(m) }
func (*TaskSdkRun) ProtoMessage()    {}
func (*TaskSdkRun) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{6}
    return fileDescriptor_32de24555f916688, []int{7}
}
func (m *TaskSdkRun) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
@@ -751,7 +804,7 @@
func (m *CameraTask) String() string { return proto.CompactTextString(m) }
func (*CameraTask) ProtoMessage()    {}
func (*CameraTask) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{7}
    return fileDescriptor_32de24555f916688, []int{8}
}
func (m *CameraTask) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
@@ -875,7 +928,7 @@
func (m *CameraTimerule) String() string { return proto.CompactTextString(m) }
func (*CameraTimerule) ProtoMessage()    {}
func (*CameraTimerule) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{8}
    return fileDescriptor_32de24555f916688, []int{9}
}
func (m *CameraTimerule) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
@@ -935,7 +988,7 @@
func (m *DayCtl) String() string { return proto.CompactTextString(m) }
func (*DayCtl) ProtoMessage()    {}
func (*DayCtl) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{9}
    return fileDescriptor_32de24555f916688, []int{10}
}
func (m *DayCtl) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
@@ -988,7 +1041,7 @@
func (m *TimeRange) String() string { return proto.CompactTextString(m) }
func (*TimeRange) ProtoMessage()    {}
func (*TimeRange) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{10}
    return fileDescriptor_32de24555f916688, []int{11}
}
func (m *TimeRange) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
@@ -1042,7 +1095,7 @@
func (m *Polygon) String() string { return proto.CompactTextString(m) }
func (*Polygon) ProtoMessage()    {}
func (*Polygon) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{11}
    return fileDescriptor_32de24555f916688, []int{12}
}
func (m *Polygon) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
@@ -1101,7 +1154,7 @@
func (m *CameraTaskArgs) String() string { return proto.CompactTextString(m) }
func (*CameraTaskArgs) ProtoMessage()    {}
func (*CameraTaskArgs) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{12}
    return fileDescriptor_32de24555f916688, []int{13}
}
func (m *CameraTaskArgs) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
@@ -1154,7 +1207,7 @@
func (m *TaskGroupArgs) String() string { return proto.CompactTextString(m) }
func (*TaskGroupArgs) ProtoMessage()    {}
func (*TaskGroupArgs) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{13}
    return fileDescriptor_32de24555f916688, []int{14}
}
func (m *TaskGroupArgs) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
@@ -1217,7 +1270,7 @@
func (m *GroupRule) String() string { return proto.CompactTextString(m) }
func (*GroupRule) ProtoMessage()    {}
func (*GroupRule) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{14}
    return fileDescriptor_32de24555f916688, []int{15}
}
func (m *GroupRule) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
@@ -1307,7 +1360,7 @@
func (m *Rule) String() string { return proto.CompactTextString(m) }
func (*Rule) ProtoMessage()    {}
func (*Rule) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{15}
    return fileDescriptor_32de24555f916688, []int{16}
}
func (m *Rule) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
@@ -1440,7 +1493,7 @@
func (m *Sdk) String() string { return proto.CompactTextString(m) }
func (*Sdk) ProtoMessage()    {}
func (*Sdk) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{16}
    return fileDescriptor_32de24555f916688, []int{17}
}
func (m *Sdk) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
@@ -1563,7 +1616,7 @@
func (m *TaskSdkRule) String() string { return proto.CompactTextString(m) }
func (*TaskSdkRule) ProtoMessage()    {}
func (*TaskSdkRule) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{17}
    return fileDescriptor_32de24555f916688, []int{18}
}
func (m *TaskSdkRule) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
@@ -1624,7 +1677,7 @@
func (m *SdkRuleSet) String() string { return proto.CompactTextString(m) }
func (*SdkRuleSet) ProtoMessage()    {}
func (*SdkRuleSet) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{18}
    return fileDescriptor_32de24555f916688, []int{19}
}
func (m *SdkRuleSet) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
@@ -1692,7 +1745,7 @@
func (m *SdkRule) String() string { return proto.CompactTextString(m) }
func (*SdkRule) ProtoMessage()    {}
func (*SdkRule) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{19}
    return fileDescriptor_32de24555f916688, []int{20}
}
func (m *SdkRule) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
@@ -1766,7 +1819,7 @@
func (m *SdkArg) String() string { return proto.CompactTextString(m) }
func (*SdkArg) ProtoMessage()    {}
func (*SdkArg) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{20}
    return fileDescriptor_32de24555f916688, []int{21}
}
func (m *SdkArg) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
@@ -1870,7 +1923,7 @@
func (m *DbChangeMessage) String() string { return proto.CompactTextString(m) }
func (*DbChangeMessage) ProtoMessage()    {}
func (*DbChangeMessage) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{21}
    return fileDescriptor_32de24555f916688, []int{22}
}
func (m *DbChangeMessage) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
@@ -1942,7 +1995,7 @@
func (m *CameraPolygon) String() string { return proto.CompactTextString(m) }
func (*CameraPolygon) ProtoMessage()    {}
func (*CameraPolygon) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{22}
    return fileDescriptor_32de24555f916688, []int{23}
}
func (m *CameraPolygon) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
@@ -2041,7 +2094,7 @@
func (m *VideotapeInfo) String() string { return proto.CompactTextString(m) }
func (*VideotapeInfo) ProtoMessage()    {}
func (*VideotapeInfo) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{23}
    return fileDescriptor_32de24555f916688, []int{24}
}
func (m *VideotapeInfo) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
@@ -2138,7 +2191,7 @@
func (m *CompareArgs) String() string { return proto.CompactTextString(m) }
func (*CompareArgs) ProtoMessage()    {}
func (*CompareArgs) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{24}
    return fileDescriptor_32de24555f916688, []int{25}
}
func (m *CompareArgs) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
@@ -2260,7 +2313,7 @@
func (m *CompareEvent) String() string { return proto.CompactTextString(m) }
func (*CompareEvent) ProtoMessage()    {}
func (*CompareEvent) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{25}
    return fileDescriptor_32de24555f916688, []int{26}
}
func (m *CompareEvent) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
@@ -2313,7 +2366,7 @@
func (m *SdkCompareEach) String() string { return proto.CompactTextString(m) }
func (*SdkCompareEach) ProtoMessage()    {}
func (*SdkCompareEach) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{26}
    return fileDescriptor_32de24555f916688, []int{27}
}
func (m *SdkCompareEach) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
@@ -2371,7 +2424,7 @@
func (m *SdkCompareResult) String() string { return proto.CompactTextString(m) }
func (*SdkCompareResult) ProtoMessage()    {}
func (*SdkCompareResult) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{27}
    return fileDescriptor_32de24555f916688, []int{28}
}
func (m *SdkCompareResult) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
@@ -2426,7 +2479,7 @@
func (m *EventPush) String() string { return proto.CompactTextString(m) }
func (*EventPush) ProtoMessage()    {}
func (*EventPush) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{28}
    return fileDescriptor_32de24555f916688, []int{29}
}
func (m *EventPush) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
@@ -2553,7 +2606,7 @@
func (m *EventPushRule) String() string { return proto.CompactTextString(m) }
func (*EventPushRule) ProtoMessage()    {}
func (*EventPushRule) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{29}
    return fileDescriptor_32de24555f916688, []int{30}
}
func (m *EventPushRule) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
@@ -2641,7 +2694,7 @@
func (m *PushIpPort) String() string { return proto.CompactTextString(m) }
func (*PushIpPort) ProtoMessage()    {}
func (*PushIpPort) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{30}
    return fileDescriptor_32de24555f916688, []int{31}
}
func (m *PushIpPort) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
@@ -2700,7 +2753,7 @@
func (m *PushUrl) String() string { return proto.CompactTextString(m) }
func (*PushUrl) ProtoMessage()    {}
func (*PushUrl) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{31}
    return fileDescriptor_32de24555f916688, []int{32}
}
func (m *PushUrl) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
@@ -2756,7 +2809,7 @@
func (m *PushAttach) String() string { return proto.CompactTextString(m) }
func (*PushAttach) ProtoMessage()    {}
func (*PushAttach) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{32}
    return fileDescriptor_32de24555f916688, []int{33}
}
func (m *PushAttach) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
@@ -2840,7 +2893,7 @@
func (m *EsPersonCacheChange) String() string { return proto.CompactTextString(m) }
func (*EsPersonCacheChange) ProtoMessage()    {}
func (*EsPersonCacheChange) Descriptor() ([]byte, []int) {
    return fileDescriptor_32de24555f916688, []int{33}
    return fileDescriptor_32de24555f916688, []int{34}
}
func (m *EsPersonCacheChange) XXX_Unmarshal(b []byte) error {
    return m.Unmarshal(b)
@@ -2918,6 +2971,7 @@
    proto.RegisterEnum("protomsg.EsCacheChanged", EsCacheChanged_name, EsCacheChanged_value)
    proto.RegisterType((*Area)(nil), "protomsg.Area")
    proto.RegisterType((*Camera)(nil), "protomsg.Camera")
    proto.RegisterType((*CameraLink)(nil), "protomsg.CameraLink")
    proto.RegisterType((*CameraAndTaskInfo)(nil), "protomsg.CameraAndTaskInfo")
    proto.RegisterType((*Task)(nil), "protomsg.Task")
    proto.RegisterType((*TaskSdkInfo)(nil), "protomsg.TaskSdkInfo")
@@ -2955,168 +3009,169 @@
func init() { proto.RegisterFile("protomsg.proto", fileDescriptor_32de24555f916688) }
var fileDescriptor_32de24555f916688 = []byte{
    // 2566 bytes of a gzipped FileDescriptorProto
    0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x38, 0xcb, 0x6e, 0x1c, 0xc7,
    0xb5, 0xec, 0x79, 0xcf, 0x99, 0x19, 0xaa, 0x55, 0xd2, 0xb5, 0x5b, 0xf2, 0x35, 0x4d, 0xf7, 0x95,
    0x61, 0x5d, 0xc1, 0xf6, 0xbd, 0x90, 0xbd, 0x08, 0xb2, 0x08, 0x30, 0xd6, 0x23, 0x18, 0xc0, 0x71,
    0x98, 0x26, 0xa5, 0xec, 0xd2, 0xa8, 0x99, 0x2e, 0x0e, 0x1b, 0x2c, 0x76, 0x37, 0xaa, 0xba, 0x69,
    0x73, 0x91, 0x0f, 0xc8, 0x2a, 0xf9, 0xa1, 0x20, 0x59, 0x66, 0x91, 0x85, 0x97, 0xc9, 0xca, 0x89,
    0x0d, 0x04, 0x01, 0x82, 0xfc, 0x41, 0x02, 0x04, 0xe7, 0x54, 0x55, 0x3f, 0x86, 0x94, 0xad, 0xd5,
    0xd4, 0x79, 0x74, 0xd5, 0x79, 0x3f, 0x06, 0xf6, 0x0b, 0x95, 0x97, 0xf9, 0x85, 0xde, 0x7e, 0x44,
    0x07, 0x36, 0x71, 0xf0, 0x7d, 0x58, 0x73, 0x2d, 0x0c, 0x36, 0x7c, 0x0e, 0x83, 0xa5, 0x12, 0x9c,
    0xed, 0x43, 0x2f, 0x4d, 0x02, 0xef, 0xd0, 0x7b, 0x38, 0x8c, 0x7a, 0x69, 0xc2, 0xee, 0xc3, 0xa4,
    0xe0, 0x4a, 0x64, 0x65, 0x9a, 0x04, 0x3d, 0xc2, 0xd6, 0x30, 0x63, 0x30, 0xc8, 0xf8, 0x85, 0x08,
    0xfa, 0x87, 0xde, 0xc3, 0x69, 0x44, 0xe7, 0xf0, 0x5f, 0x7d, 0x18, 0x3d, 0xe1, 0x17, 0x42, 0xb5,
    0xaf, 0x9a, 0xd2, 0x55, 0x8e, 0xbd, 0xd7, 0xb0, 0xb3, 0xbb, 0x30, 0xe4, 0x32, 0xe5, 0xda, 0xde,
    0x61, 0x00, 0xf6, 0x2e, 0xcc, 0x75, 0xc6, 0x0b, 0x7d, 0x96, 0x97, 0x71, 0xa5, 0x64, 0x30, 0x20,
    0xe2, 0xcc, 0xe1, 0x5e, 0x28, 0x89, 0x97, 0x95, 0x57, 0x85, 0x08, 0x86, 0x24, 0x13, 0x9d, 0x11,
    0xc7, 0x93, 0x44, 0x05, 0x23, 0xf3, 0x00, 0x9e, 0xd9, 0x7f, 0xc3, 0x54, 0xe6, 0xd9, 0x36, 0x2d,
    0xab, 0x44, 0x04, 0xe3, 0x43, 0xef, 0x61, 0x2f, 0x6a, 0x10, 0xa8, 0x9d, 0xe4, 0xa5, 0x21, 0x4e,
    0x88, 0x58, 0xc3, 0x28, 0xda, 0xa9, 0xcc, 0x73, 0x15, 0x4c, 0xe9, 0x09, 0x03, 0xe0, 0x1b, 0xaa,
    0xd4, 0x45, 0x00, 0xe6, 0x0d, 0x3c, 0x93, 0xa2, 0x45, 0x30, 0xb3, 0x8a, 0x16, 0xc8, 0x53, 0xe4,
    0xaa, 0x0c, 0xe6, 0x46, 0x36, 0x3c, 0xe3, 0x4b, 0x95, 0x16, 0x8a, 0x0c, 0xb0, 0x20, 0xce, 0x1a,
    0x36, 0x36, 0xd6, 0xfa, 0x8b, 0x5c, 0x25, 0xc1, 0xbe, 0xa1, 0x39, 0x18, 0xa5, 0x58, 0x2b, 0x9e,
    0x25, 0xc1, 0x2d, 0x63, 0x20, 0x02, 0xf0, 0x0b, 0x25, 0xb4, 0x50, 0x97, 0x22, 0x09, 0x7c, 0xf3,
    0x85, 0x83, 0xd9, 0xdb, 0x00, 0xa9, 0x8e, 0x55, 0x95, 0x65, 0x69, 0xb6, 0x0d, 0x6e, 0x1f, 0x7a,
    0x0f, 0x27, 0xd1, 0x34, 0xd5, 0x91, 0x41, 0x20, 0x59, 0x55, 0x59, 0x2c, 0x32, 0xbe, 0x96, 0x22,
    0x60, 0x86, 0xac, 0xaa, 0xec, 0x19, 0x21, 0xd8, 0x3d, 0x98, 0x20, 0x99, 0x6c, 0x7b, 0x87, 0xe4,
    0x1f, 0xab, 0x2a, 0x3b, 0x41, 0xf3, 0x86, 0xb0, 0x40, 0x12, 0x3d, 0xa3, 0xe2, 0x34, 0x09, 0xee,
    0x1a, 0xb7, 0xa8, 0x2a, 0x3b, 0x26, 0xdc, 0x2a, 0x09, 0x37, 0x70, 0xdb, 0x78, 0x7f, 0x99, 0x25,
    0x27, 0x5c, 0x9f, 0xaf, 0xb2, 0xd3, 0x9c, 0x3d, 0x84, 0xd1, 0x86, 0x90, 0x14, 0x0c, 0xb3, 0xc7,
    0xfe, 0x47, 0x75, 0x48, 0x1a, 0xe6, 0xc8, 0xd2, 0xd9, 0x03, 0x18, 0x96, 0x5c, 0x9f, 0xeb, 0xa0,
    0x77, 0xd8, 0x7f, 0x38, 0x7b, 0xbc, 0xdf, 0x30, 0xe2, 0x65, 0x91, 0x21, 0x86, 0x5f, 0x7b, 0x30,
    0x40, 0x98, 0xbd, 0x01, 0x23, 0xc4, 0xd4, 0x51, 0x66, 0x21, 0x34, 0x0f, 0x9e, 0x5a, 0xd1, 0x56,
    0xc3, 0xec, 0x2d, 0x98, 0x6e, 0x94, 0xe0, 0xa5, 0x88, 0x79, 0x69, 0xa3, 0x6e, 0x62, 0x10, 0xcb,
    0xb2, 0x45, 0x5c, 0x5f, 0xd9, 0xa8, 0xb3, 0xc4, 0x4f, 0xaf, 0x90, 0x58, 0x15, 0x89, 0xfd, 0x72,
    0x68, 0x7d, 0x48, 0x88, 0x65, 0x89, 0xa2, 0x58, 0x93, 0x8e, 0xc8, 0xa4, 0x16, 0x42, 0x7b, 0xa6,
    0x3a, 0xe6, 0x92, 0xab, 0x0b, 0x0a, 0xbf, 0x49, 0x34, 0x4e, 0xf5, 0x12, 0x41, 0x24, 0x25, 0x42,
    0xc6, 0xa7, 0x92, 0x6f, 0x29, 0xf8, 0x26, 0xd1, 0x38, 0x11, 0xf2, 0xb9, 0xe4, 0xdb, 0xf0, 0x04,
    0x66, 0xa8, 0xe0, 0x71, 0x62, 0x0c, 0x18, 0xc2, 0x00, 0xe5, 0xb7, 0xe6, 0xdb, 0xb5, 0x0a, 0xd1,
    0xd8, 0xbb, 0x30, 0xd0, 0x49, 0x6d, 0xb9, 0x45, 0xc3, 0x73, 0x9c, 0x9c, 0x47, 0x44, 0x0a, 0x7f,
    0x08, 0x23, 0x04, 0xaa, 0x8c, 0xfd, 0x17, 0x8c, 0xd2, 0x62, 0x13, 0xd7, 0x86, 0x1b, 0xa6, 0xc5,
    0x66, 0x95, 0xa0, 0x44, 0x3a, 0x39, 0x37, 0xce, 0x37, 0x76, 0x1b, 0xeb, 0xe4, 0x1c, 0x9d, 0x1f,
    0xbe, 0x04, 0xb0, 0x12, 0xe1, 0xf7, 0xaf, 0x23, 0xd0, 0x83, 0x8e, 0x40, 0x7e, 0x57, 0xa0, 0x2a,
    0xb3, 0x32, 0xfd, 0xad, 0x07, 0x60, 0x82, 0x80, 0x3c, 0xba, 0x5b, 0x33, 0xd0, 0x21, 0x44, 0x8d,
    0x6d, 0xfd, 0x41, 0x87, 0x10, 0x62, 0x95, 0xb0, 0x37, 0x61, 0x8c, 0x2f, 0x21, 0xa9, 0xdf, 0xf8,
    0x7f, 0x95, 0xb0, 0x0f, 0x61, 0x5a, 0xa6, 0x17, 0x22, 0x56, 0x95, 0x14, 0xc1, 0x60, 0xf7, 0xfd,
    0xa7, 0xfc, 0xea, 0x49, 0x29, 0xa3, 0x09, 0xb2, 0x44, 0x95, 0x14, 0x94, 0x12, 0x82, 0x6f, 0x4a,
    0xc3, 0x6f, 0x3c, 0x3b, 0x25, 0x0c, 0x91, 0xdf, 0x85, 0xb9, 0x21, 0x27, 0xe2, 0x32, 0xdd, 0x08,
    0x5b, 0x5e, 0x66, 0x84, 0x7b, 0x4a, 0xa8, 0x8e, 0x2b, 0xc7, 0x1d, 0x57, 0xb2, 0x77, 0x60, 0x66,
    0xa3, 0xa6, 0xe5, 0x68, 0x30, 0x28, 0x62, 0x68, 0x22, 0x67, 0xda, 0x89, 0x1c, 0x06, 0x03, 0x8d,
    0x55, 0x04, 0x4c, 0x15, 0xc1, 0x33, 0x6a, 0x9c, 0xea, 0xf8, 0xb4, 0x92, 0x92, 0xca, 0xcd, 0x24,
    0x1a, 0xa5, 0xfa, 0x79, 0x25, 0x25, 0x3b, 0x84, 0xb9, 0x4c, 0xb3, 0xf3, 0xd8, 0xd9, 0x63, 0x4e,
    0x32, 0x02, 0xe2, 0x28, 0x0d, 0x93, 0xf0, 0x67, 0xb0, 0x6f, 0xed, 0x9c, 0x5e, 0x08, 0x54, 0xf4,
    0xb5, 0xea, 0xf3, 0x5b, 0x6d, 0x4b, 0xda, 0x6c, 0x71, 0x76, 0x0b, 0x3f, 0x87, 0x91, 0xb1, 0x25,
    0xf3, 0xa1, 0x9f, 0xf0, 0x2b, 0xdb, 0x36, 0xf0, 0xc8, 0x1e, 0x03, 0x98, 0x0f, 0x79, 0xb6, 0x15,
    0x36, 0x06, 0xee, 0xb4, 0xe2, 0x04, 0xef, 0x40, 0x52, 0x44, 0xf7, 0xd3, 0x31, 0xfc, 0x18, 0xa6,
    0x35, 0x1e, 0x0b, 0x9f, 0x2e, 0xb9, 0x2a, 0x5d, 0x84, 0x12, 0x80, 0x0f, 0x89, 0xcc, 0x45, 0x02,
    0x1e, 0xc3, 0x97, 0x30, 0x3e, 0xca, 0xe5, 0xd5, 0x36, 0xcf, 0x5e, 0x4b, 0xa1, 0xf7, 0x61, 0x54,
    0xe4, 0x69, 0x56, 0x62, 0xc7, 0x41, 0x99, 0x6e, 0x35, 0x32, 0x1d, 0x21, 0x3e, 0xb2, 0xe4, 0x70,
    0x53, 0xdb, 0x8b, 0xeb, 0xf3, 0xa5, 0xda, 0xea, 0x6e, 0x2c, 0x7a, 0x3b, 0xb1, 0xf8, 0x09, 0x4c,
    0xc9, 0xf6, 0x5c, 0x6d, 0x5d, 0xc8, 0xbf, 0xd9, 0x4d, 0x8b, 0x1f, 0xab, 0xbc, 0x2a, 0xf0, 0x22,
    0x53, 0x8c, 0xf0, 0x14, 0x5e, 0xc2, 0xa2, 0x43, 0x6a, 0x87, 0xb4, 0xd7, 0x09, 0xe9, 0x4f, 0x60,
    0xb6, 0x45, 0x2e, 0xf2, 0x84, 0xbe, 0x6e, 0x50, 0xba, 0x02, 0xbd, 0x12, 0xc1, 0xd6, 0x1d, 0x75,
    0x2b, 0xb6, 0xfa, 0xed, 0xd8, 0x0a, 0xff, 0xe8, 0xc1, 0xb4, 0xfe, 0x02, 0xa3, 0xd7, 0xdc, 0x5d,
    0xbf, 0x3a, 0x26, 0x78, 0x45, 0xcd, 0xc4, 0x90, 0x4a, 0xf1, 0x65, 0x69, 0x0d, 0x39, 0x25, 0xcc,
    0x89, 0xf8, 0xb2, 0xc4, 0xe0, 0xa6, 0xd2, 0x16, 0x4b, 0x71, 0x29, 0x24, 0x3d, 0x32, 0x8c, 0x80,
    0x50, 0x9f, 0x21, 0x06, 0x0b, 0xba, 0x11, 0x78, 0xb0, 0x5b, 0xd0, 0x49, 0x56, 0x43, 0xa4, 0xba,
    0x23, 0xca, 0xb8, 0x6e, 0xe8, 0x58, 0x77, 0x44, 0x49, 0x4d, 0xe7, 0x7f, 0x60, 0x91, 0x88, 0x53,
    0x91, 0x6d, 0x44, 0xac, 0x4b, 0x5e, 0xba, 0xf2, 0x3a, 0xb7, 0xc8, 0x63, 0xc4, 0x85, 0xff, 0xe8,
    0xc1, 0x20, 0xba, 0x29, 0xa4, 0x1f, 0xc0, 0xbe, 0x75, 0x99, 0xb3, 0xaa, 0x51, 0x61, 0xbe, 0xa9,
    0x5d, 0xbb, 0xda, 0x29, 0x32, 0xfd, 0x1d, 0xc7, 0xbe, 0x0d, 0x50, 0x98, 0xf8, 0x42, 0xaa, 0xe9,
    0x09, 0x53, 0x8b, 0x59, 0x25, 0x58, 0x49, 0xb1, 0x64, 0xa6, 0x89, 0x15, 0x7c, 0xa8, 0x13, 0xbc,
    0x32, 0x84, 0x05, 0xa2, 0xb9, 0xda, 0xc6, 0x66, 0xbe, 0xb1, 0x45, 0x43, 0x27, 0xe8, 0xf8, 0x25,
    0x4d, 0x39, 0xf7, 0x61, 0x92, 0x17, 0x42, 0xf1, 0x32, 0x57, 0x54, 0x34, 0xa6, 0x51, 0x0d, 0xa3,
    0xda, 0xee, 0x6c, 0xcc, 0x32, 0x31, 0x72, 0x3b, 0xa4, 0x6b, 0xc8, 0xee, 0x91, 0x4b, 0x2e, 0x2b,
    0x53, 0x40, 0xea, 0x47, 0x5e, 0x22, 0xea, 0xc6, 0x2a, 0x42, 0x8d, 0x5c, 0x8a, 0xf8, 0x8b, 0xb4,
    0x3c, 0x8b, 0x0b, 0x25, 0xec, 0xe8, 0x32, 0x43, 0xe4, 0xcf, 0xd3, 0xf2, 0xec, 0x48, 0x75, 0x63,
    0x62, 0xde, 0x89, 0x89, 0xf0, 0xf7, 0x3d, 0xe8, 0x1f, 0x27, 0xd7, 0x6b, 0x75, 0xd3, 0x54, 0x7a,
    0xaf, 0x6a, 0x2a, 0xfd, 0x4e, 0x53, 0x71, 0x24, 0x4a, 0xd2, 0x41, 0x4d, 0xfa, 0x1c, 0xf3, 0xf4,
    0x01, 0x0c, 0x28, 0x95, 0x86, 0x37, 0x74, 0x8f, 0xa5, 0xda, 0x46, 0x44, 0x45, 0xed, 0xd2, 0x4d,
    0x9e, 0xb9, 0x89, 0x0f, 0xcf, 0x58, 0x22, 0x70, 0x66, 0x34, 0x16, 0xc5, 0x23, 0x46, 0xa9, 0xed,
    0xea, 0x58, 0x6b, 0xac, 0x29, 0xc1, 0xa0, 0xb0, 0xe0, 0xb4, 0x6a, 0x34, 0x31, 0x18, 0x33, 0xda,
    0x1a, 0x4d, 0x0c, 0x9d, 0xb9, 0x00, 0x76, 0xe6, 0x82, 0x26, 0xc9, 0x66, 0xbb, 0xad, 0xbf, 0x6e,
    0x0a, 0x66, 0x14, 0xac, 0xfb, 0x7b, 0x5e, 0xf7, 0x77, 0x0a, 0x5b, 0x3b, 0xc7, 0xac, 0x76, 0x93,
    0xbe, 0xb9, 0xb9, 0xd7, 0xb9, 0xf9, 0xff, 0xc9, 0x6e, 0x94, 0xe2, 0xb6, 0x8c, 0xdd, 0xdd, 0x69,
    0xaf, 0x52, 0x1c, 0x8b, 0x32, 0xaa, 0xb9, 0xc2, 0x0a, 0xa0, 0xc1, 0x53, 0x6d, 0x4d, 0x9a, 0xe7,
    0x6c, 0xcc, 0xde, 0x05, 0xe3, 0xb1, 0xae, 0xfb, 0xde, 0x77, 0x19, 0x6c, 0x1e, 0xba, 0x7d, 0xed,
    0x21, 0x97, 0xc4, 0x2e, 0xd2, 0x06, 0x4d, 0xa4, 0x85, 0xbf, 0x84, 0xb1, 0xd3, 0x71, 0x37, 0x5a,
    0xae, 0x65, 0x48, 0xef, 0xbb, 0x33, 0xa4, 0xbf, 0x93, 0x21, 0xd7, 0x82, 0x7f, 0x70, 0x2d, 0xf8,
    0xc3, 0xbf, 0x7b, 0x34, 0xf1, 0x2c, 0xd5, 0xb6, 0x59, 0x34, 0xbc, 0xf6, 0xa2, 0x71, 0x53, 0x87,
    0x70, 0x9b, 0x85, 0xdd, 0x6a, 0xdc, 0x66, 0x71, 0x51, 0x69, 0xa3, 0xdb, 0x24, 0xa2, 0x33, 0xe2,
    0xaa, 0x2c, 0x75, 0x93, 0x20, 0x9d, 0xf1, 0x15, 0xd3, 0xf0, 0x4c, 0x40, 0x1a, 0xc0, 0xd6, 0x30,
    0x5e, 0xc9, 0xd2, 0x8a, 0x6a, 0x62, 0x73, 0x6e, 0x91, 0x26, 0x51, 0xff, 0x17, 0x7c, 0xc7, 0x54,
    0xeb, 0x6c, 0x22, 0xf5, 0x96, 0xc5, 0xff, 0xd4, 0xa9, 0xee, 0x2c, 0x3d, 0x6d, 0x59, 0xfa, 0xd7,
    0x1e, 0xdc, 0x7a, 0xba, 0x7e, 0x72, 0x86, 0x0f, 0xfe, 0x44, 0x68, 0xcd, 0xb7, 0x82, 0x7d, 0x80,
    0xd3, 0x34, 0x46, 0x0f, 0xea, 0xbc, 0xff, 0xf8, 0x8d, 0x76, 0x3f, 0x5a, 0x4b, 0x61, 0x98, 0x93,
    0xc8, 0x30, 0x59, 0x07, 0xf5, 0x6a, 0x07, 0x3d, 0x82, 0x11, 0xdf, 0x94, 0x69, 0x9e, 0x91, 0x25,
    0xf6, 0x1f, 0xb3, 0xd6, 0x04, 0xb5, 0x5e, 0x12, 0x25, 0xb2, 0x1c, 0x94, 0x87, 0xd9, 0x69, 0x6e,
    0x7d, 0x40, 0xe7, 0xf0, 0x9f, 0x1e, 0x2c, 0x4c, 0x07, 0x7d, 0x55, 0x7f, 0xfe, 0xce, 0xe1, 0xee,
    0x86, 0xe5, 0x92, 0x05, 0x30, 0xb6, 0x95, 0xd7, 0x95, 0x0b, 0x0b, 0xe2, 0x8c, 0x56, 0xaa, 0x74,
    0xbb, 0x15, 0x2a, 0x96, 0x69, 0xe6, 0xba, 0xc8, 0xcc, 0xe2, 0x3e, 0x4b, 0x33, 0xc1, 0xde, 0x83,
    0xfd, 0x24, 0x55, 0x82, 0x04, 0x36, 0x4c, 0xc6, 0x49, 0x8b, 0x1a, 0x4b, 0x6c, 0xce, 0xfd, 0xe3,
    0x96, 0xfb, 0xaf, 0x35, 0xa1, 0x09, 0x59, 0xbe, 0xdb, 0x84, 0x7e, 0xeb, 0xc1, 0xe2, 0x65, 0x9a,
    0x88, 0xbc, 0xe4, 0x85, 0xa0, 0xb1, 0xfd, 0x3e, 0x4c, 0x84, 0x7e, 0xca, 0x4b, 0x5e, 0x67, 0x5a,
    0x0d, 0x23, 0xcd, 0xa9, 0x7a, 0x4d, 0xf5, 0xa6, 0x1c, 0x74, 0xc7, 0x5a, 0x4c, 0xd0, 0x8b, 0xed,
    0xca, 0x74, 0xa1, 0x7e, 0x64, 0x00, 0xbc, 0xe9, 0x12, 0x9f, 0x7d, 0xa1, 0xa4, 0xdb, 0x4a, 0x1c,
    0x8c, 0x37, 0x51, 0x6e, 0x63, 0xff, 0xe9, 0xe3, 0x4d, 0x06, 0xea, 0x28, 0x69, 0xb7, 0xe7, 0xf0,
    0xdf, 0x3d, 0x98, 0x3d, 0xc9, 0x2f, 0x70, 0xbb, 0xa7, 0x51, 0x84, 0x96, 0xa8, 0xb5, 0x14, 0xf8,
    0xb5, 0x47, 0x5f, 0xd7, 0x30, 0x7b, 0x04, 0xfe, 0xc6, 0xb0, 0x9e, 0x9c, 0x29, 0xa1, 0xcf, 0x72,
    0x69, 0xb4, 0xe8, 0x45, 0xd7, 0xf0, 0xec, 0x10, 0x66, 0xa7, 0x7c, 0x23, 0x9e, 0x0b, 0x5e, 0x56,
    0xca, 0xf8, 0x73, 0x1e, 0xb5, 0x51, 0xa8, 0x97, 0xd9, 0xfa, 0x06, 0xf4, 0x8c, 0x01, 0x70, 0x73,
    0x2f, 0x95, 0x10, 0x9f, 0xe7, 0x89, 0x30, 0x6d, 0x60, 0x1a, 0x35, 0x08, 0xd2, 0x80, 0xaf, 0x9d,
    0x5e, 0x74, 0x66, 0x07, 0xd0, 0x1a, 0x3d, 0xac, 0x03, 0xdb, 0xc3, 0xc8, 0x01, 0x80, 0x16, 0x5c,
    0x6d, 0xce, 0x4e, 0x4c, 0x1b, 0xc0, 0x2f, 0x5b, 0x18, 0xa4, 0xa7, 0x59, 0x51, 0x99, 0x84, 0x74,
    0x5d, 0xa0, 0xc1, 0x20, 0x7d, 0x93, 0x4b, 0x69, 0x82, 0xc5, 0xb6, 0x81, 0x16, 0x86, 0xac, 0x9d,
    0x57, 0x6a, 0x53, 0x37, 0x02, 0x03, 0xb1, 0x07, 0xb0, 0xe0, 0x19, 0x97, 0x57, 0x6e, 0x4b, 0xb6,
    0x0d, 0xb5, 0x8b, 0x0c, 0xd7, 0x30, 0xb7, 0xe6, 0x7f, 0x76, 0x29, 0xb2, 0x92, 0xfd, 0x00, 0xa6,
    0x02, 0x0f, 0xd8, 0x29, 0x6d, 0x06, 0xdf, 0x6f, 0x2d, 0xce, 0x2d, 0x56, 0xe4, 0x88, 0x1a, 0x66,
    0x4a, 0x13, 0x7e, 0x25, 0x73, 0x6e, 0x9c, 0x32, 0x8f, 0x1c, 0x18, 0xfe, 0x02, 0xf6, 0x8f, 0x93,
    0x73, 0xf7, 0x2d, 0xdf, 0x9c, 0x5d, 0xcb, 0xc9, 0x00, 0x07, 0xd0, 0xb5, 0x14, 0x75, 0x46, 0x3a,
    0x90, 0x85, 0x30, 0xb7, 0xbe, 0x3d, 0xde, 0xe4, 0xd6, 0x91, 0xbd, 0xa8, 0x83, 0x0b, 0x23, 0xf0,
    0x9b, 0xfb, 0x23, 0xa1, 0x2b, 0x59, 0xb2, 0x1f, 0xc1, 0x62, 0xd3, 0x46, 0x50, 0x30, 0xcd, 0x1e,
    0x07, 0x9d, 0x46, 0xd2, 0x12, 0x29, 0xea, 0xb2, 0x87, 0xbf, 0xea, 0xc3, 0x94, 0xd4, 0x3c, 0xaa,
    0xf4, 0xd9, 0x6b, 0xcd, 0xf8, 0x6f, 0xdb, 0xdd, 0xc3, 0xec, 0x0f, 0x26, 0x87, 0x68, 0xcd, 0x38,
    0xa6, 0x1d, 0xe2, 0x1e, 0xd0, 0x0a, 0x13, 0xe3, 0x22, 0x61, 0xcb, 0x08, 0xc2, 0xcf, 0x32, 0x9a,
    0x17, 0x53, 0x1d, 0x6b, 0x5e, 0xa6, 0xfa, 0xf4, 0x2a, 0xe6, 0xd2, 0x64, 0xd4, 0x24, 0x9a, 0xa7,
    0xfa, 0xd8, 0x20, 0x97, 0x52, 0x62, 0xdd, 0xa2, 0xf9, 0x89, 0x66, 0xe2, 0x91, 0xfd, 0xfb, 0xa5,
    0x92, 0x82, 0x46, 0xe2, 0xa6, 0x67, 0x8f, 0x3b, 0x3d, 0xfb, 0x2d, 0x98, 0x9a, 0x0d, 0xad, 0x99,
    0xe6, 0x26, 0xb4, 0x9e, 0xa1, 0xc7, 0xde, 0x81, 0x19, 0x11, 0xed, 0x86, 0x39, 0x6d, 0xb6, 0x37,
    0xbb, 0x60, 0xfe, 0x1f, 0x4c, 0xd2, 0x22, 0x2e, 0x72, 0x55, 0xea, 0x00, 0x76, 0x3b, 0x3e, 0x1a,
    0x66, 0x55, 0x1c, 0xe5, 0xaa, 0x8c, 0xc6, 0x29, 0xfd, 0x6a, 0xf6, 0x1e, 0x0c, 0x2a, 0x25, 0x75,
    0x30, 0xdb, 0xed, 0xda, 0xc8, 0xfc, 0x42, 0xc9, 0x88, 0xc8, 0xec, 0x43, 0xd7, 0xdd, 0xe7, 0xbb,
    0x2b, 0x4b, 0x6d, 0xf2, 0x56, 0x8f, 0x0f, 0xbf, 0xf6, 0x60, 0xd1, 0x21, 0x5c, 0xf3, 0x07, 0xda,
    0x3e, 0x2f, 0xd2, 0x4d, 0xfb, 0x4f, 0x84, 0x29, 0x61, 0x48, 0x51, 0xdc, 0x27, 0x89, 0xcc, 0xd5,
    0xb6, 0xde, 0x27, 0x11, 0x81, 0x3d, 0xba, 0xdd, 0xee, 0x07, 0xdf, 0x37, 0x10, 0x0f, 0x6f, 0x18,
    0x88, 0xe9, 0xbf, 0x2d, 0x29, 0x6c, 0x97, 0x1d, 0xd9, 0x45, 0xbe, 0x92, 0xc2, 0xe4, 0x6f, 0x08,
    0x0b, 0x4a, 0x92, 0xb8, 0xa8, 0xf4, 0x19, 0xf6, 0x1c, 0x53, 0x22, 0x66, 0xc2, 0x69, 0xb4, 0x4a,
    0xc2, 0x17, 0x00, 0x8d, 0x39, 0x51, 0x5c, 0xf7, 0x77, 0x57, 0xe1, 0x4a, 0xb8, 0x41, 0xac, 0x9a,
    0xbf, 0xf9, 0x7a, 0xad, 0xbf, 0xf9, 0x5e, 0xb5, 0x70, 0x7d, 0x0c, 0x63, 0x6b, 0x78, 0x37, 0x9f,
    0x7a, 0xcd, 0x7c, 0xfa, 0x8a, 0x31, 0x2f, 0xfc, 0x9d, 0x67, 0x84, 0x59, 0x96, 0x25, 0xa6, 0xea,
    0x9b, 0x30, 0x76, 0x82, 0xdb, 0x31, 0xb1, 0x20, 0x99, 0x59, 0x08, 0xfd, 0x0d, 0xbf, 0xa0, 0x8f,
    0x6f, 0xfa, 0x73, 0x0d, 0x89, 0x6d, 0x4d, 0xea, 0x1d, 0xc7, 0x6a, 0x92, 0x60, 0xf8, 0x59, 0x62,
    0x6b, 0x14, 0x07, 0x83, 0xa2, 0x69, 0xfc, 0x1e, 0x4c, 0x64, 0xbe, 0xe1, 0x12, 0xcd, 0x60, 0x17,
    0x34, 0x82, 0x57, 0x05, 0x5e, 0x4c, 0xed, 0x86, 0xfe, 0xa8, 0x1d, 0x75, 0xfb, 0x4f, 0xf8, 0x67,
    0x0f, 0xee, 0x3c, 0xd3, 0x47, 0x42, 0xe9, 0x3c, 0x7b, 0xc2, 0x37, 0x67, 0x76, 0xe6, 0x60, 0x1f,
    0xd8, 0xfe, 0x63, 0xca, 0x5a, 0xab, 0x14, 0x3c, 0xd3, 0x2d, 0xb6, 0xc4, 0xb6, 0xdf, 0x7b, 0xb6,
    0x13, 0x99, 0x31, 0xa1, 0x5f, 0x17, 0x25, 0xb3, 0xba, 0x15, 0x74, 0x7b, 0x4b, 0x2d, 0x83, 0x58,
    0x51, 0x2d, 0x3b, 0xb5, 0x5d, 0xc7, 0xe6, 0xb9, 0x05, 0x5b, 0xb3, 0xcd, 0xf0, 0x7b, 0x67, 0x9b,
    0xee, 0x3f, 0x7b, 0x43, 0xe7, 0x9d, 0x47, 0x7f, 0xf5, 0x60, 0xde, 0x9e, 0xa3, 0xd8, 0x1c, 0x26,
    0x27, 0xb1, 0xb1, 0xb9, 0xbf, 0xc7, 0x7c, 0x98, 0x3b, 0x08, 0x47, 0x7d, 0xdf, 0x63, 0x77, 0xc1,
    0x6f, 0x63, 0xb0, 0xc9, 0xfa, 0x3d, 0x06, 0x30, 0x3a, 0x89, 0x89, 0xa3, 0xcf, 0x16, 0x30, 0x35,
    0xe7, 0xe3, 0xe4, 0xdc, 0x1f, 0xb0, 0xdb, 0xb0, 0xa8, 0x41, 0x4c, 0x36, 0x7f, 0xc8, 0xa6, 0x30,
    0x3c, 0x89, 0x91, 0x3a, 0x62, 0x77, 0xe0, 0x96, 0xbb, 0xce, 0x0e, 0x58, 0xfe, 0x98, 0xed, 0x03,
    0x9c, 0xc4, 0x27, 0xf6, 0x0f, 0x1a, 0x7f, 0x62, 0x64, 0x32, 0x2d, 0xc6, 0x9f, 0x1a, 0x99, 0x8e,
    0x72, 0x29, 0x9f, 0xe4, 0xd9, 0x69, 0xba, 0xf5, 0xc1, 0xbc, 0xfe, 0x3c, 0x95, 0xc2, 0x9f, 0x99,
    0xe7, 0xf0, 0x7c, 0x2c, 0xca, 0x32, 0xcd, 0xb6, 0xfe, 0xfc, 0xd1, 0x47, 0x30, 0x71, 0xf6, 0x40,
    0xd6, 0x55, 0xa6, 0x85, 0x2a, 0xfd, 0x3d, 0x3c, 0xbf, 0xa0, 0xed, 0xc8, 0xf7, 0xf0, 0xfc, 0x54,
    0x48, 0x51, 0x0a, 0xbf, 0xf7, 0x68, 0x09, 0xfe, 0x6e, 0x63, 0x62, 0xb7, 0x60, 0x16, 0x89, 0x55,
    0x96, 0x96, 0xe4, 0x59, 0x7f, 0x0f, 0x11, 0xe6, 0x63, 0x83, 0xf0, 0xd8, 0x0c, 0xc6, 0xf6, 0x2b,
    0xbf, 0xf7, 0xe8, 0x13, 0xd8, 0xef, 0x06, 0x81, 0xb1, 0xca, 0xd3, 0x35, 0xd9, 0xda, 0xdf, 0x33,
    0x7a, 0x5b, 0xd0, 0x44, 0x96, 0xef, 0x7d, 0x1a, 0xfc, 0xe1, 0x9b, 0x03, 0xef, 0xab, 0x6f, 0x0e,
    0xbc, 0xbf, 0x7c, 0x73, 0xe0, 0xfd, 0xe6, 0xdb, 0x83, 0xbd, 0xaf, 0xbe, 0x3d, 0xd8, 0xfb, 0xd3,
    0xb7, 0x07, 0x7b, 0xeb, 0x11, 0x79, 0xf6, 0xe3, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0xf9, 0xfd,
    0xf0, 0x88, 0x07, 0x19, 0x00, 0x00,
    // 2591 bytes of a gzipped FileDescriptorProto
    0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x38, 0xcd, 0x6f, 0xdc, 0xc6,
    0xf5, 0xe2, 0x7e, 0xf3, 0xed, 0xae, 0x4c, 0x8f, 0xfd, 0x4b, 0xd6, 0x4e, 0xa2, 0x28, 0xfc, 0x39,
    0x88, 0x6b, 0x24, 0x69, 0xe1, 0xe4, 0x50, 0xf4, 0x50, 0x60, 0x63, 0xd9, 0xc5, 0x02, 0x49, 0xaa,
    0x52, 0xb2, 0x7b, 0x2b, 0x31, 0xbb, 0x1c, 0xad, 0x08, 0x8d, 0x48, 0x62, 0x86, 0x54, 0xa2, 0x43,
    0xff, 0x80, 0x9e, 0xda, 0x7f, 0xa8, 0x68, 0x8f, 0x3d, 0xf4, 0x90, 0x63, 0x7b, 0x4a, 0x9b, 0x00,
    0x45, 0x81, 0xa2, 0xff, 0x41, 0x0b, 0x14, 0xef, 0xcd, 0x0c, 0x97, 0xdc, 0x95, 0x13, 0x9f, 0x76,
    0xde, 0x07, 0x67, 0xde, 0xf7, 0xc7, 0xc2, 0x7e, 0xa1, 0xf2, 0x32, 0xbf, 0xd4, 0xeb, 0x0f, 0xe9,
    0xc0, 0x46, 0x0e, 0xbe, 0x0f, 0x4b, 0xae, 0x85, 0xc1, 0x86, 0xcf, 0xa0, 0x37, 0x57, 0x82, 0xb3,
    0x7d, 0xe8, 0xa4, 0xc9, 0xcc, 0x3b, 0xf4, 0x1e, 0xf6, 0xa3, 0x4e, 0x9a, 0xb0, 0xfb, 0x30, 0x2a,
    0xb8, 0x12, 0x59, 0x99, 0x26, 0xb3, 0x0e, 0x61, 0x6b, 0x98, 0x31, 0xe8, 0x65, 0xfc, 0x52, 0xcc,
    0xba, 0x87, 0xde, 0x43, 0x3f, 0xa2, 0x73, 0xf8, 0x9f, 0x2e, 0x0c, 0x9e, 0xf0, 0x4b, 0xa1, 0x9a,
    0x57, 0xf9, 0x74, 0x95, 0x63, 0xef, 0x6c, 0xd8, 0xd9, 0x5d, 0xe8, 0x73, 0x99, 0x72, 0x6d, 0xef,
    0x30, 0x00, 0x7b, 0x07, 0x26, 0x3a, 0xe3, 0x85, 0x3e, 0xcf, 0xcb, 0xb8, 0x52, 0x72, 0xd6, 0x23,
    0xe2, 0xd8, 0xe1, 0x9e, 0x2b, 0x89, 0x97, 0x95, 0xd7, 0x85, 0x98, 0xf5, 0x49, 0x26, 0x3a, 0x23,
    0x8e, 0x27, 0x89, 0x9a, 0x0d, 0xcc, 0x03, 0x78, 0x66, 0x6f, 0x82, 0x2f, 0xf3, 0x6c, 0x9d, 0x96,
    0x55, 0x22, 0x66, 0xc3, 0x43, 0xef, 0x61, 0x27, 0xda, 0x20, 0x50, 0x3b, 0xc9, 0x4b, 0x43, 0x1c,
    0x11, 0xb1, 0x86, 0x51, 0xb4, 0x33, 0x99, 0xe7, 0x6a, 0xe6, 0xd3, 0x13, 0x06, 0xc0, 0x37, 0x54,
    0xa9, 0x8b, 0x19, 0x98, 0x37, 0xf0, 0x4c, 0x8a, 0x16, 0xb3, 0xb1, 0x55, 0xb4, 0x40, 0x9e, 0x22,
    0x57, 0xe5, 0x6c, 0x62, 0x64, 0xc3, 0x33, 0xbe, 0x54, 0x69, 0xa1, 0xc8, 0x00, 0x53, 0xe2, 0xac,
    0x61, 0x63, 0x63, 0xad, 0xbf, 0xc8, 0x55, 0x32, 0xdb, 0x37, 0x34, 0x07, 0xa3, 0x14, 0x4b, 0xc5,
    0xb3, 0x64, 0x76, 0xcb, 0x18, 0x88, 0x00, 0xfc, 0x42, 0x09, 0x2d, 0xd4, 0x95, 0x48, 0x66, 0x81,
    0xf9, 0xc2, 0xc1, 0xec, 0x2d, 0x80, 0x54, 0xc7, 0xaa, 0xca, 0xb2, 0x34, 0x5b, 0xcf, 0x6e, 0x1f,
    0x7a, 0x0f, 0x47, 0x91, 0x9f, 0xea, 0xc8, 0x20, 0x90, 0xac, 0xaa, 0x2c, 0x16, 0x19, 0x5f, 0x4a,
    0x31, 0x63, 0x86, 0xac, 0xaa, 0xec, 0x29, 0x21, 0xd8, 0x3d, 0x18, 0x21, 0x99, 0x6c, 0x7b, 0x87,
    0xe4, 0x1f, 0xaa, 0x2a, 0x3b, 0x45, 0xf3, 0x86, 0x30, 0x45, 0x12, 0x3d, 0xa3, 0xe2, 0x34, 0x99,
    0xdd, 0x35, 0x6e, 0x51, 0x55, 0x76, 0x42, 0xb8, 0x45, 0x12, 0x7e, 0x06, 0x60, 0xbc, 0xff, 0x69,
    0x9a, 0x5d, 0xe0, 0x5b, 0x2b, 0x82, 0xe2, 0x34, 0xd1, 0x36, 0x12, 0x7c, 0x83, 0x59, 0x24, 0x9a,
    0x1d, 0xc2, 0x44, 0xa6, 0xd9, 0x45, 0x5c, 0x72, 0x7d, 0x11, 0xdb, 0xf8, 0xf2, 0x23, 0x40, 0xdc,
    0x29, 0xd7, 0x17, 0x8b, 0x24, 0x5c, 0xc1, 0x6d, 0x73, 0xdd, 0x3c, 0x4b, 0x08, 0x95, 0x9d, 0xe5,
    0xec, 0x21, 0x0c, 0xcc, 0x1d, 0x74, 0xe3, 0xf8, 0x71, 0xf0, 0x61, 0x1d, 0xe1, 0x86, 0x39, 0xb2,
    0x74, 0xf6, 0x00, 0xfa, 0x78, 0xb7, 0x9e, 0x75, 0x0e, 0xbb, 0x0f, 0xc7, 0x8f, 0xf7, 0x37, 0x8c,
    0x78, 0x59, 0x64, 0x88, 0xe1, 0xd7, 0x1e, 0xf4, 0x10, 0x66, 0xaf, 0xc1, 0x00, 0x31, 0x75, 0xd0,
    0x5a, 0x08, 0xad, 0x8d, 0xa7, 0x46, 0xf0, 0xd6, 0x30, 0x7b, 0x03, 0xfc, 0x95, 0x12, 0xbc, 0x14,
    0x31, 0x2f, 0x6d, 0x10, 0x8f, 0x0c, 0x62, 0x5e, 0x36, 0x88, 0xcb, 0x6b, 0x1b, 0xc4, 0x96, 0xf8,
    0xc9, 0x35, 0x12, 0xab, 0x22, 0xb1, 0x5f, 0xf6, 0x6d, 0x48, 0x10, 0x62, 0x5e, 0xa2, 0x28, 0xd6,
    0x43, 0x03, 0xf2, 0x90, 0x85, 0xd0, 0x3d, 0xa9, 0x8e, 0xb9, 0xe4, 0xea, 0x92, 0xa2, 0x79, 0x14,
    0x0d, 0x53, 0x3d, 0x47, 0x10, 0x49, 0x89, 0x90, 0xf1, 0x99, 0xe4, 0x6b, 0x8a, 0xe5, 0x51, 0x34,
    0x4c, 0x84, 0x7c, 0x26, 0xf9, 0x3a, 0x3c, 0x85, 0x31, 0x2a, 0x78, 0x92, 0x18, 0x03, 0x86, 0xd0,
    0x43, 0xf9, 0xad, 0xf9, 0xb6, 0xad, 0x42, 0x34, 0xf6, 0x0e, 0xf4, 0x74, 0x52, 0x5b, 0x6e, 0xba,
    0xe1, 0x39, 0x49, 0x2e, 0x22, 0x22, 0x85, 0x3f, 0x81, 0x01, 0x02, 0x55, 0xc6, 0xfe, 0x0f, 0x06,
    0x69, 0xb1, 0x8a, 0x6b, 0xc3, 0xf5, 0xd3, 0x62, 0xb5, 0x48, 0x50, 0x22, 0x9d, 0x5c, 0x98, 0x58,
    0x32, 0x76, 0x1b, 0xea, 0xe4, 0x02, 0x63, 0x29, 0x7c, 0x01, 0x60, 0x25, 0xc2, 0xef, 0x5f, 0x45,
    0xa0, 0x07, 0x2d, 0x81, 0x82, 0xb6, 0x40, 0x55, 0x66, 0x65, 0xfa, 0x47, 0xc7, 0x05, 0x20, 0x79,
    0x74, 0xbb, 0x04, 0xa1, 0x43, 0x5c, 0x40, 0x3a, 0x57, 0xba, 0x78, 0x64, 0xaf, 0xc3, 0xd0, 0x45,
    0x62, 0x77, 0xe3, 0xff, 0x45, 0xc2, 0x3e, 0x00, 0xbf, 0x4c, 0x2f, 0x45, 0xac, 0x2a, 0x29, 0x66,
    0xbd, 0xed, 0xf7, 0x8f, 0xf8, 0xf5, 0x93, 0x52, 0x46, 0x23, 0x64, 0x89, 0x2a, 0x29, 0x28, 0xc3,
    0x04, 0x5f, 0x95, 0x86, 0xdf, 0x78, 0xd6, 0x27, 0x0c, 0x91, 0xdf, 0x81, 0x89, 0x21, 0x27, 0xe2,
    0x2a, 0x5d, 0x09, 0x5b, 0xad, 0xc6, 0x84, 0x3b, 0x22, 0x54, 0xcb, 0x95, 0xc3, 0x96, 0x2b, 0xd9,
    0xdb, 0x30, 0xb6, 0x51, 0xd3, 0x70, 0x34, 0x18, 0x14, 0x31, 0x6c, 0x22, 0xc7, 0x6f, 0x45, 0x0e,
    0x83, 0x9e, 0xc6, 0xa2, 0x04, 0xa6, 0x28, 0xe1, 0x19, 0x35, 0x4e, 0x75, 0x7c, 0x56, 0x49, 0x49,
    0xd5, 0x6b, 0x14, 0x0d, 0x52, 0xfd, 0xac, 0x92, 0x72, 0x27, 0x33, 0x27, 0x3b, 0x99, 0xf9, 0x0b,
    0xd8, 0xb7, 0x76, 0x4e, 0x2f, 0x05, 0x2a, 0xfa, 0x4a, 0xe5, 0xfe, 0x8d, 0xa6, 0x25, 0x6d, 0xb6,
    0x38, 0xbb, 0x85, 0x9f, 0xc3, 0xc0, 0xd8, 0x92, 0x05, 0xd0, 0x4d, 0xf8, 0xb5, 0xed, 0x42, 0x78,
    0x64, 0x8f, 0x01, 0xcc, 0x87, 0x3c, 0x5b, 0x0b, 0x1b, 0x03, 0x77, 0x1a, 0x71, 0x82, 0x77, 0x20,
    0x29, 0xa2, 0xfb, 0xe9, 0x18, 0x7e, 0x04, 0x7e, 0x8d, 0xc7, 0x3a, 0xaa, 0x4b, 0xae, 0x4a, 0x17,
    0xa1, 0x04, 0xe0, 0x43, 0x22, 0x73, 0x91, 0x80, 0xc7, 0xf0, 0x05, 0x0c, 0x8f, 0x73, 0x79, 0xbd,
    0xce, 0xb3, 0x57, 0x52, 0xe8, 0x3d, 0x18, 0x14, 0x79, 0x9a, 0x95, 0xd8, 0xc0, 0x50, 0xa6, 0x5b,
    0x1b, 0x99, 0x8e, 0x11, 0x1f, 0x59, 0x72, 0xb8, 0xaa, 0xed, 0xc5, 0xf5, 0xc5, 0x5c, 0xad, 0x75,
    0x3b, 0x16, 0xbd, 0xad, 0x58, 0xfc, 0x18, 0x7c, 0xb2, 0x3d, 0x57, 0x6b, 0x17, 0xf2, 0xaf, 0xb7,
    0xd3, 0xe2, 0x67, 0x2a, 0xaf, 0x0a, 0xbc, 0xc8, 0x14, 0x23, 0x3c, 0x85, 0x57, 0x30, 0x6d, 0x91,
    0x9a, 0x21, 0xed, 0xb5, 0x42, 0xfa, 0x63, 0x18, 0xaf, 0x91, 0x8b, 0x3c, 0xa1, 0x77, 0x0d, 0x4a,
    0x57, 0xa0, 0x57, 0x22, 0x58, 0xbb, 0xa3, 0x6e, 0xc4, 0x56, 0xb7, 0x19, 0x5b, 0xe1, 0x9f, 0x3d,
    0xf0, 0xeb, 0x2f, 0x30, 0x7a, 0xcd, 0xdd, 0xf5, 0xab, 0x43, 0x82, 0x17, 0xd4, 0x9b, 0x0c, 0xa9,
    0x14, 0x5f, 0x96, 0xd6, 0x90, 0x3e, 0x61, 0x4e, 0xc5, 0x97, 0x25, 0x06, 0x37, 0x95, 0xb6, 0x58,
    0x8a, 0x2b, 0x21, 0xe9, 0x91, 0x7e, 0x04, 0x84, 0xfa, 0x14, 0x31, 0x58, 0xd0, 0x8d, 0xc0, 0xbd,
    0xed, 0x82, 0x4e, 0xb2, 0x1a, 0x22, 0xd5, 0x1d, 0x51, 0xc6, 0xf5, 0x7c, 0x80, 0x75, 0x47, 0x94,
    0xd4, 0xc3, 0xfe, 0x1f, 0xa6, 0x89, 0x38, 0x13, 0xd9, 0x4a, 0xc4, 0xba, 0xe4, 0xa5, 0x2b, 0xaf,
    0x13, 0x8b, 0x3c, 0x41, 0x5c, 0xf8, 0xaf, 0x0e, 0xf4, 0xa2, 0x9b, 0x42, 0xfa, 0x01, 0xec, 0x5b,
    0x97, 0xb5, 0x5b, 0xd6, 0x64, 0x55, 0xbb, 0x76, 0xb1, 0x55, 0x64, 0xba, 0x5b, 0x8e, 0x7d, 0x0b,
    0xa0, 0x30, 0xf1, 0x85, 0x54, 0xd3, 0x13, 0x7c, 0x8b, 0x59, 0x24, 0x58, 0x49, 0xb1, 0x64, 0xa6,
    0x89, 0x15, 0xbc, 0xaf, 0x13, 0xbc, 0x32, 0x84, 0x29, 0xa2, 0xb9, 0x5a, 0xc7, 0x66, 0x5c, 0xb2,
    0x45, 0x43, 0x27, 0xe8, 0xf8, 0x39, 0x0d, 0x4d, 0xf7, 0x61, 0x94, 0x17, 0x42, 0xf1, 0x32, 0x57,
    0x54, 0x34, 0xfc, 0xa8, 0x86, 0x51, 0x6d, 0x77, 0x36, 0x66, 0x19, 0x19, 0xb9, 0x1d, 0xd2, 0xf5,
    0x77, 0xf7, 0xc8, 0x15, 0x97, 0x95, 0x29, 0x20, 0xf5, 0x23, 0x2f, 0x10, 0x75, 0x63, 0x15, 0xa1,
    0xb9, 0x40, 0x8a, 0xf8, 0x8b, 0xb4, 0x3c, 0x8f, 0x0b, 0x25, 0xec, 0x24, 0x34, 0x46, 0xe4, 0x2f,
    0xd3, 0xf2, 0xfc, 0x58, 0xb5, 0x63, 0x62, 0xd2, 0x8a, 0x89, 0xf0, 0x8f, 0x1d, 0xe8, 0x9e, 0x24,
    0xbb, 0xb5, 0x7a, 0xd3, 0x54, 0x3a, 0x2f, 0x6b, 0x2a, 0xdd, 0x56, 0x53, 0x71, 0x24, 0x4a, 0xd2,
    0x5e, 0x4d, 0xfa, 0x1c, 0xf3, 0xf4, 0x01, 0xf4, 0x28, 0x95, 0xfa, 0x37, 0x74, 0x8f, 0xb9, 0x5a,
    0x47, 0x44, 0x45, 0xed, 0xd2, 0x55, 0x9e, 0xb9, 0x01, 0x12, 0xcf, 0x58, 0x22, 0x70, 0x04, 0x35,
    0x16, 0xc5, 0x23, 0x46, 0xa9, 0xed, 0xea, 0x58, 0x6b, 0xac, 0x29, 0xc1, 0xa0, 0xb0, 0xe0, 0x34,
    0x6a, 0x34, 0x31, 0x18, 0x33, 0xda, 0x1a, 0x4d, 0x0c, 0xad, 0xb9, 0x00, 0xb6, 0xe6, 0x82, 0x4d,
    0x92, 0x8d, 0xb7, 0x5b, 0x7f, 0xdd, 0x14, 0xcc, 0x64, 0x59, 0xf7, 0xf7, 0xbc, 0xee, 0xef, 0x14,
    0xb6, 0x76, 0x8e, 0x59, 0x6c, 0x27, 0xfd, 0xe6, 0xe6, 0x4e, 0xeb, 0xe6, 0x1f, 0x91, 0xdd, 0x28,
    0xc5, 0x6d, 0x19, 0xbb, 0xbb, 0xd5, 0x5e, 0xa5, 0x38, 0x11, 0x65, 0x54, 0x73, 0x85, 0x15, 0xc0,
    0x06, 0x4f, 0xb5, 0x35, 0xd9, 0x3c, 0x67, 0x63, 0xf6, 0x2e, 0x18, 0x8f, 0xb5, 0xdd, 0xf7, 0x9e,
    0xcb, 0x60, 0xf3, 0xd0, 0xed, 0x9d, 0x87, 0x5c, 0x12, 0xbb, 0x48, 0xeb, 0x6d, 0x22, 0x2d, 0xfc,
    0x35, 0x0c, 0x9d, 0x8e, 0xdb, 0xd1, 0xb2, 0x93, 0x21, 0x9d, 0xef, 0xce, 0x90, 0xee, 0x56, 0x86,
    0xec, 0x04, 0x7f, 0x6f, 0x27, 0xf8, 0xc3, 0x7f, 0x7a, 0x34, 0xf1, 0xcc, 0xd5, 0x7a, 0xb3, 0xb7,
    0x78, 0xcd, 0xbd, 0xe5, 0xa6, 0x0e, 0xe1, 0x16, 0x15, 0xbb, 0x24, 0xb9, 0x45, 0xe5, 0xb2, 0xd2,
    0x46, 0xb7, 0x51, 0x44, 0x67, 0xc4, 0x55, 0x59, 0xea, 0x26, 0x41, 0x3a, 0xe3, 0x2b, 0xa6, 0xe1,
    0x99, 0x80, 0x34, 0x80, 0xad, 0x61, 0xbc, 0x92, 0xa5, 0x15, 0xd5, 0xc4, 0xe6, 0xc4, 0x22, 0x4d,
    0xa2, 0xfe, 0x00, 0x02, 0xc7, 0x54, 0xeb, 0x6c, 0x22, 0xf5, 0x96, 0xc5, 0xff, 0xdc, 0xa9, 0xee,
    0x2c, 0xed, 0x37, 0x2c, 0xfd, 0x5b, 0x0f, 0x6e, 0x1d, 0x2d, 0x9f, 0x9c, 0xe3, 0x83, 0x9f, 0x09,
    0xad, 0xf9, 0x5a, 0xb0, 0xf7, 0x71, 0x9a, 0xc6, 0xe8, 0x41, 0x9d, 0xf7, 0x1f, 0xbf, 0xd6, 0xec,
    0x47, 0x4b, 0x29, 0x0c, 0x73, 0x12, 0x19, 0x26, 0xeb, 0xa0, 0x4e, 0xed, 0xa0, 0x47, 0x30, 0xe0,
    0xab, 0x32, 0xcd, 0x33, 0xb2, 0xc4, 0xfe, 0x63, 0xd6, 0x98, 0xa0, 0x96, 0x73, 0xa2, 0x44, 0x96,
    0x83, 0xf2, 0x30, 0x3b, 0xcb, 0xad, 0x0f, 0xe8, 0x1c, 0xfe, 0xdb, 0x83, 0xa9, 0xe9, 0xa0, 0x2f,
    0xeb, 0xcf, 0xdf, 0x39, 0xdc, 0xdd, 0xb0, 0xab, 0xb2, 0x19, 0x0c, 0x6d, 0xe5, 0x75, 0xe5, 0xc2,
    0x82, 0x38, 0xa3, 0x95, 0x2a, 0x5d, 0xaf, 0x85, 0x8a, 0x65, 0x9a, 0xb9, 0x2e, 0x32, 0xb6, 0xb8,
    0x4f, 0xd3, 0x4c, 0xb0, 0x77, 0x61, 0x3f, 0x49, 0x95, 0x20, 0x81, 0x0d, 0x93, 0x71, 0xd2, 0xb4,
    0xc6, 0x12, 0x9b, 0x73, 0xff, 0xb0, 0xe1, 0xfe, 0x9d, 0x26, 0x34, 0x22, 0xcb, 0xb7, 0x9b, 0xd0,
    0xef, 0x3d, 0x98, 0xbe, 0x48, 0x13, 0x91, 0x97, 0xbc, 0x10, 0x34, 0xb6, 0xdf, 0x87, 0x91, 0xd0,
    0x47, 0xbc, 0xe4, 0x75, 0xa6, 0xd5, 0x30, 0xd2, 0x9c, 0xaa, 0x3b, 0xaa, 0x6f, 0xca, 0x41, 0x7b,
    0xac, 0xc5, 0x04, 0xbd, 0x5c, 0x2f, 0x4c, 0x17, 0xea, 0x46, 0x06, 0xc0, 0x9b, 0xae, 0xf0, 0xd9,
    0xe7, 0x4a, 0xba, 0xad, 0xc4, 0xc1, 0x78, 0x13, 0xe5, 0x36, 0xf6, 0x9f, 0x2e, 0xde, 0x64, 0xa0,
    0x96, 0x92, 0x76, 0x19, 0x0f, 0xff, 0xdb, 0x81, 0xf1, 0x93, 0xfc, 0xb2, 0xe0, 0x4a, 0xd0, 0x28,
    0x42, 0x4b, 0xd4, 0x52, 0x8a, 0x05, 0x6d, 0x82, 0x5d, 0xb3, 0x44, 0x19, 0x98, 0x3d, 0x82, 0x60,
    0x65, 0x58, 0x4f, 0xcf, 0x95, 0xd0, 0xe7, 0xb9, 0x34, 0x5a, 0x74, 0xa2, 0x1d, 0x3c, 0x3b, 0x84,
    0xf1, 0x19, 0x5f, 0x89, 0x67, 0x82, 0x97, 0x95, 0x32, 0xfe, 0x9c, 0x44, 0x4d, 0x14, 0xea, 0x65,
    0xb6, 0xbe, 0x1e, 0x3d, 0x63, 0x00, 0xf6, 0x26, 0xf8, 0xa5, 0x12, 0xe2, 0xf3, 0x3c, 0x11, 0xa6,
    0x0d, 0xf8, 0xd1, 0x06, 0x41, 0x1a, 0xf0, 0xa5, 0xd3, 0x8b, 0xce, 0xec, 0x00, 0x1a, 0xa3, 0x87,
    0x75, 0x60, 0x73, 0x18, 0x39, 0x00, 0xd0, 0x82, 0xab, 0xd5, 0xf9, 0xa9, 0x69, 0x03, 0xf8, 0x65,
    0x03, 0x83, 0xf4, 0x34, 0x2b, 0x2a, 0x93, 0x90, 0xae, 0x0b, 0x6c, 0x30, 0x48, 0x5f, 0xe5, 0x52,
    0x9a, 0x60, 0xb1, 0x6d, 0xa0, 0x81, 0x21, 0x6b, 0xe7, 0x95, 0x5a, 0xd5, 0x8d, 0xc0, 0x40, 0xec,
    0x01, 0x4c, 0x79, 0xc6, 0xe5, 0xb5, 0x5b, 0xba, 0x6d, 0x43, 0x6d, 0x23, 0xc3, 0x25, 0x4c, 0xac,
    0xf9, 0x9f, 0x5e, 0x89, 0xac, 0x64, 0x3f, 0x06, 0x5f, 0xe0, 0x01, 0x3b, 0xa5, 0xcd, 0xe0, 0xfb,
    0x8d, 0xc5, 0xb9, 0xc1, 0x8a, 0x1c, 0xd1, 0x86, 0x99, 0xd2, 0x84, 0x5f, 0xcb, 0x9c, 0x1b, 0xa7,
    0x4c, 0x22, 0x07, 0x86, 0xbf, 0x82, 0xfd, 0x93, 0xe4, 0xc2, 0x7d, 0xcb, 0x57, 0xe7, 0x3b, 0x39,
    0x39, 0xc3, 0x01, 0x74, 0x29, 0x45, 0x9d, 0x91, 0x0e, 0x64, 0x21, 0x4c, 0xac, 0x6f, 0x4f, 0x56,
    0xb9, 0x75, 0x64, 0x27, 0x6a, 0xe1, 0xc2, 0x08, 0x82, 0xcd, 0xfd, 0x91, 0xd0, 0x95, 0x2c, 0xd9,
    0x4f, 0x61, 0xba, 0x6a, 0x22, 0x28, 0x98, 0xc6, 0x8f, 0x67, 0xad, 0x46, 0xd2, 0x10, 0x29, 0x6a,
    0xb3, 0x87, 0xbf, 0xe9, 0x82, 0x4f, 0x6a, 0x1e, 0x57, 0xfa, 0xfc, 0x95, 0x66, 0xfc, 0xb7, 0xec,
    0xee, 0x61, 0xf6, 0x07, 0x93, 0x43, 0xb4, 0x66, 0x9c, 0xd0, 0x0e, 0x71, 0x0f, 0x68, 0x85, 0x89,
    0x71, 0x91, 0xb0, 0x65, 0x04, 0xe1, 0xa7, 0x19, 0xcd, 0x8b, 0xa9, 0x8e, 0x35, 0x2f, 0x53, 0x7d,
    0x76, 0x1d, 0x73, 0x69, 0x32, 0x6a, 0x14, 0x4d, 0x52, 0x7d, 0x62, 0x90, 0x73, 0x29, 0xb1, 0x6e,
    0xd1, 0xfc, 0x44, 0x33, 0xf1, 0xc0, 0xfe, 0x9b, 0x53, 0x49, 0x41, 0x23, 0xf1, 0xa6, 0x67, 0x0f,
    0x5b, 0x3d, 0xfb, 0x0d, 0xf0, 0xcd, 0x86, 0xb6, 0x99, 0xe6, 0x46, 0xb4, 0x9e, 0xa1, 0xc7, 0xde,
    0x86, 0x31, 0x11, 0xed, 0x86, 0xe9, 0x6f, 0xb6, 0x37, 0xbb, 0x60, 0xfe, 0x10, 0x46, 0x69, 0x11,
    0x17, 0xb9, 0x2a, 0xf5, 0x0c, 0xb6, 0x3b, 0x3e, 0x1a, 0x66, 0x51, 0x1c, 0xe7, 0xaa, 0x8c, 0x86,
    0x29, 0xfd, 0x6a, 0xf6, 0x2e, 0xf4, 0x2a, 0x25, 0xf5, 0x6c, 0xbc, 0xdd, 0xb5, 0x91, 0xf9, 0xb9,
    0x92, 0x11, 0x91, 0xd9, 0x07, 0xae, 0xbb, 0x4f, 0xb6, 0x57, 0x96, 0xda, 0xe4, 0x8d, 0x1e, 0x1f,
    0x7e, 0xed, 0xc1, 0xb4, 0x45, 0xd8, 0xf1, 0x07, 0xda, 0x3e, 0x2f, 0xd2, 0x55, 0xf3, 0x4f, 0x04,
    0x9f, 0x30, 0xa4, 0x28, 0xee, 0x93, 0x44, 0xe6, 0x6a, 0x5d, 0xef, 0x93, 0x88, 0xc0, 0x1e, 0xdd,
    0x6c, 0xf7, 0xbd, 0xef, 0x1b, 0x88, 0xfb, 0x37, 0x0c, 0xc4, 0xf4, 0x57, 0x99, 0x14, 0xb6, 0xcb,
    0x0e, 0xec, 0x22, 0x5f, 0x49, 0x61, 0xf2, 0x37, 0x84, 0x29, 0x25, 0x49, 0x5c, 0x54, 0xfa, 0x1c,
    0x7b, 0x8e, 0x29, 0x11, 0x63, 0xe1, 0x34, 0x5a, 0x24, 0xe1, 0x73, 0x80, 0x8d, 0x39, 0x51, 0x5c,
    0xf7, 0xef, 0x59, 0xe1, 0x4a, 0xb8, 0x41, 0x2c, 0x36, 0xff, 0x1a, 0x76, 0x1a, 0xff, 0x1a, 0xbe,
    0x6c, 0xe1, 0xfa, 0x08, 0x86, 0xd6, 0xf0, 0x6e, 0x3e, 0xf5, 0x36, 0xf3, 0xe9, 0x4b, 0xc6, 0xbc,
    0xf0, 0x0f, 0x9e, 0x11, 0x66, 0x5e, 0x96, 0x98, 0xaa, 0xaf, 0xc3, 0xd0, 0x09, 0x6e, 0xc7, 0xc4,
    0x82, 0x64, 0x66, 0x21, 0x74, 0x57, 0xfc, 0x92, 0x3e, 0xbe, 0xe9, 0xcf, 0x35, 0x24, 0x36, 0x35,
    0xa9, 0x77, 0x1c, 0xab, 0x49, 0x82, 0xe1, 0x67, 0x89, 0x8d, 0x51, 0x1c, 0x0c, 0x8a, 0xa6, 0xf1,
    0x7b, 0x30, 0x92, 0xf9, 0x8a, 0x4b, 0x34, 0x83, 0x5d, 0xd0, 0x08, 0x5e, 0x14, 0x78, 0x31, 0xb5,
    0x1b, 0xfa, 0xdf, 0x77, 0xd0, 0xee, 0x3f, 0xe1, 0x5f, 0x3d, 0xb8, 0xf3, 0x54, 0x1f, 0x0b, 0xa5,
    0xf3, 0xec, 0x09, 0x5f, 0x9d, 0xdb, 0x99, 0x83, 0xbd, 0x6f, 0xfb, 0x8f, 0x29, 0x6b, 0x8d, 0x52,
    0xf0, 0x54, 0x37, 0xd8, 0x12, 0xdb, 0x7e, 0xef, 0xd9, 0x4e, 0x64, 0xc6, 0x84, 0x6e, 0x5d, 0x94,
    0xcc, 0xea, 0x56, 0xd0, 0xed, 0x0d, 0xb5, 0x0c, 0x62, 0x41, 0xb5, 0xec, 0xcc, 0x76, 0x1d, 0x9b,
    0xe7, 0x16, 0x6c, 0xcc, 0x36, 0xfd, 0xef, 0x9d, 0x6d, 0xda, 0xff, 0xec, 0xf5, 0x9d, 0x77, 0x1e,
    0xfd, 0xdd, 0x83, 0x49, 0x73, 0x8e, 0x62, 0x13, 0x18, 0x9d, 0xc6, 0xc6, 0xe6, 0xc1, 0x1e, 0x0b,
    0x60, 0xe2, 0x20, 0x1c, 0xf5, 0x03, 0x8f, 0xdd, 0x85, 0xa0, 0x89, 0xc1, 0x26, 0x1b, 0x74, 0x18,
    0xc0, 0xe0, 0x34, 0x26, 0x8e, 0x2e, 0x9b, 0x82, 0x6f, 0xce, 0x27, 0xc9, 0x45, 0xd0, 0x63, 0xb7,
    0x61, 0x5a, 0x83, 0x98, 0x6c, 0x41, 0x9f, 0xf9, 0xd0, 0x3f, 0x8d, 0x91, 0x3a, 0x60, 0x77, 0xe0,
    0x96, 0xbb, 0xce, 0x0e, 0x58, 0xc1, 0x90, 0xed, 0x03, 0x9c, 0xc6, 0xa7, 0xf6, 0x0f, 0x9a, 0x60,
    0x64, 0x64, 0x32, 0x2d, 0x26, 0xf0, 0x8d, 0x4c, 0xc7, 0xb9, 0x94, 0x4f, 0xf2, 0xec, 0x2c, 0x5d,
    0x07, 0x60, 0x5e, 0x7f, 0x96, 0x4a, 0x11, 0x8c, 0xcd, 0x73, 0x78, 0x3e, 0x11, 0x65, 0x99, 0x66,
    0xeb, 0x60, 0xf2, 0xe8, 0x43, 0x18, 0x39, 0x7b, 0x20, 0xeb, 0x22, 0xd3, 0x42, 0x95, 0xc1, 0x1e,
    0x9e, 0x9f, 0xd3, 0x76, 0x14, 0x78, 0x78, 0x3e, 0x12, 0x52, 0x94, 0x22, 0xe8, 0x3c, 0x9a, 0x43,
    0xb0, 0xdd, 0x98, 0xd8, 0x2d, 0x18, 0x47, 0x62, 0x91, 0xa5, 0x25, 0x79, 0x36, 0xd8, 0x43, 0x84,
    0xf9, 0xd8, 0x20, 0x3c, 0x36, 0x86, 0xa1, 0xfd, 0x2a, 0xe8, 0x3c, 0xfa, 0x18, 0xf6, 0xdb, 0x41,
    0x60, 0xac, 0x72, 0xb4, 0x24, 0x5b, 0x07, 0x7b, 0x46, 0x6f, 0x0b, 0x9a, 0xc8, 0x0a, 0xbc, 0x4f,
    0x66, 0x7f, 0xfa, 0xe6, 0xc0, 0xfb, 0xea, 0x9b, 0x03, 0xef, 0x6f, 0xdf, 0x1c, 0x78, 0xbf, 0xfb,
    0xf6, 0x60, 0xef, 0xab, 0x6f, 0x0f, 0xf6, 0xfe, 0xf2, 0xed, 0xc1, 0xde, 0x72, 0x40, 0x9e, 0xfd,
    0xe8, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xf2, 0xc0, 0x19, 0x52, 0x56, 0x19, 0x00, 0x00,
}
func (m *Area) Marshal() (dAtA []byte, err error) {
@@ -3301,6 +3356,36 @@
        i++
        i = encodeVarintProtomsg(dAtA, i, uint64(len(m.RunServerId)))
        i += copy(dAtA[i:], m.RunServerId)
    }
    return i, nil
}
func (m *CameraLink) Marshal() (dAtA []byte, err error) {
    size := m.Size()
    dAtA = make([]byte, size)
    n, err := m.MarshalTo(dAtA)
    if err != nil {
        return nil, err
    }
    return dAtA[:n], nil
}
func (m *CameraLink) MarshalTo(dAtA []byte) (int, error) {
    var i int
    _ = i
    var l int
    _ = l
    if len(m.CameraIds) > 0 {
        dAtA[i] = 0xa
        i++
        i = encodeVarintProtomsg(dAtA, i, uint64(len(m.CameraIds)))
        i += copy(dAtA[i:], m.CameraIds)
    }
    if len(m.LinkTaskId) > 0 {
        dAtA[i] = 0x12
        i++
        i = encodeVarintProtomsg(dAtA, i, uint64(len(m.LinkTaskId)))
        i += copy(dAtA[i:], m.LinkTaskId)
    }
    return i, nil
}
@@ -5212,6 +5297,23 @@
    return n
}
func (m *CameraLink) Size() (n int) {
    if m == nil {
        return 0
    }
    var l int
    _ = l
    l = len(m.CameraIds)
    if l > 0 {
        n += 1 + l + sovProtomsg(uint64(l))
    }
    l = len(m.LinkTaskId)
    if l > 0 {
        n += 1 + l + sovProtomsg(uint64(l))
    }
    return n
}
func (m *CameraAndTaskInfo) Size() (n int) {
    if m == nil {
        return 0
@@ -6878,6 +6980,123 @@
    }
    return nil
}
func (m *CameraLink) Unmarshal(dAtA []byte) error {
    l := len(dAtA)
    iNdEx := 0
    for iNdEx < l {
        preIndex := iNdEx
        var wire uint64
        for shift := uint(0); ; shift += 7 {
            if shift >= 64 {
                return ErrIntOverflowProtomsg
            }
            if iNdEx >= l {
                return io.ErrUnexpectedEOF
            }
            b := dAtA[iNdEx]
            iNdEx++
            wire |= uint64(b&0x7F) << shift
            if b < 0x80 {
                break
            }
        }
        fieldNum := int32(wire >> 3)
        wireType := int(wire & 0x7)
        if wireType == 4 {
            return fmt.Errorf("proto: CameraLink: wiretype end group for non-group")
        }
        if fieldNum <= 0 {
            return fmt.Errorf("proto: CameraLink: illegal tag %d (wire type %d)", fieldNum, wire)
        }
        switch fieldNum {
        case 1:
            if wireType != 2 {
                return fmt.Errorf("proto: wrong wireType = %d for field CameraIds", wireType)
            }
            var stringLen uint64
            for shift := uint(0); ; shift += 7 {
                if shift >= 64 {
                    return ErrIntOverflowProtomsg
                }
                if iNdEx >= l {
                    return io.ErrUnexpectedEOF
                }
                b := dAtA[iNdEx]
                iNdEx++
                stringLen |= uint64(b&0x7F) << shift
                if b < 0x80 {
                    break
                }
            }
            intStringLen := int(stringLen)
            if intStringLen < 0 {
                return ErrInvalidLengthProtomsg
            }
            postIndex := iNdEx + intStringLen
            if postIndex < 0 {
                return ErrInvalidLengthProtomsg
            }
            if postIndex > l {
                return io.ErrUnexpectedEOF
            }
            m.CameraIds = string(dAtA[iNdEx:postIndex])
            iNdEx = postIndex
        case 2:
            if wireType != 2 {
                return fmt.Errorf("proto: wrong wireType = %d for field LinkTaskId", wireType)
            }
            var stringLen uint64
            for shift := uint(0); ; shift += 7 {
                if shift >= 64 {
                    return ErrIntOverflowProtomsg
                }
                if iNdEx >= l {
                    return io.ErrUnexpectedEOF
                }
                b := dAtA[iNdEx]
                iNdEx++
                stringLen |= uint64(b&0x7F) << shift
                if b < 0x80 {
                    break
                }
            }
            intStringLen := int(stringLen)
            if intStringLen < 0 {
                return ErrInvalidLengthProtomsg
            }
            postIndex := iNdEx + intStringLen
            if postIndex < 0 {
                return ErrInvalidLengthProtomsg
            }
            if postIndex > l {
                return io.ErrUnexpectedEOF
            }
            m.LinkTaskId = string(dAtA[iNdEx:postIndex])
            iNdEx = postIndex
        default:
            iNdEx = preIndex
            skippy, err := skipProtomsg(dAtA[iNdEx:])
            if err != nil {
                return err
            }
            if skippy < 0 {
                return ErrInvalidLengthProtomsg
            }
            if (iNdEx + skippy) < 0 {
                return ErrInvalidLengthProtomsg
            }
            if (iNdEx + skippy) > l {
                return io.ErrUnexpectedEOF
            }
            iNdEx += skippy
        }
    }
    if iNdEx > l {
        return io.ErrUnexpectedEOF
    }
    return nil
}
func (m *CameraAndTaskInfo) Unmarshal(dAtA []byte) error {
    l := len(dAtA)
    iNdEx := 0
protomsg.proto
@@ -38,6 +38,12 @@
}
//摄像机联动
message CameraLink {
    string camera_ids = 1;
    string link_task_id = 2;
}
//摄像机的任务信息
message CameraAndTaskInfo {
    Camera camera = 1;//摄像机信息