OBJ_INTERFACE_ID.cs 1.18 KB
Newer Older
潘栩锋's avatar
潘栩锋 committed
1 2 3 4 5 6 7 8 9
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace FLY.Thick.BlowingScan.OBJ_INTERFACE
{
    public class OBJ_INTERFACE_ID
    {
10
        public const UInt32 JSONDIST_ID = 10000;
11

12
        public const UInt32 WARNING_OBJ_ID = 20000;
13

14 15 16 17 18 19 20
        public const UInt32 IO_ID = 30000;
        public const UInt32 TDGAGE_ID = 30001;
        public const UInt32 BORDERSEARCH_ID = 30002;
        public const UInt32 CURVE_ID = 30003;
        //public const UInt32 DYNAREA_ID = 30004;
        public const UInt32 GET_SAMPLE_ID = 30005;
        public const UInt32 INITPARAM_ID = 30006;
21

22 23 24 25
        public const UInt32 SCANCORR_ID = 30008;
        public const UInt32 FLYAD_ID = 30009;
        public const UInt32 GAGEINFO_ID = 30010;
        public const UInt32 FIX_ID = 30011;
26

27 28
        public const UInt32 PROFILE_ID = 30012;
        public const UInt32 SCANWARNING_ID = 30013;
29

30 31
        //public const UInt32 BOLTMAP_ID = 30016;
        public const UInt32 BULKDB_ID = 30017;
32

33
        //public const UInt32 SCAN_ID = 30018;
潘栩锋's avatar
潘栩锋 committed
34

35
        //public const UInt32 REJECT_ID = 30019;
潘栩锋's avatar
潘栩锋 committed
36

37 38
        public const UInt32 RENZIJIA_ID = 30020;
        public const UInt32 BDETECT_ID = 30021;
潘栩锋's avatar
潘栩锋 committed
39 40
    }
}