천호석
2022-11-02 afb91739ea7e47c20a0e1f526a841e5089e7e716
SHARP_CLAS_UI/500.Equipment/400.Module/000.Vision/Vision_Define.cs
@@ -171,14 +171,18 @@
        public int measurement_result { get; private set; }
        public double Mark1Width { get; private set; }
        public double Mark2Width { get; private set; }
        public double Mark3Width { get; private set; }
        public double Mark4Width { get; private set; }
        public WidthMeasurementResultAck(int msg_Index = 0, int moduleIdx = 0, int measurement_result = 0, double mark1Width = 0, double mark2Width = 0)
        public WidthMeasurementResultAck(int msg_Index = 0, int moduleIdx = 0, int measurement_result = 0, double mark1Width = 0, double mark2Width = 0, double mark3Width = 0, double mark4Width = 0)
        {
            this.msg_Index = msg_Index;
            this.moduleIdx = moduleIdx;
            this.measurement_result = measurement_result;
            this.Mark1Width = mark1Width;
            this.Mark2Width = mark2Width;
            this.Mark3Width = mark3Width;
            this.Mark4Width = mark4Width;
        }
    }