| | |
| | | } |
| | | } |
| | | |
| | | public struct WidthMeasurementResultAck |
| | | { |
| | | public int msg_Index { get; private set; } |
| | | public int moduleIdx { get; private set; } |
| | | 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, 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; |
| | | } |
| | | } |
| | | |
| | | public struct MotorPosMoveReq |
| | | { |
| | | public int msg_Index{ get; private set; } |