개정판 b7a29053
dev issue #498 : OPC Attribute 처리
Change-Id: I275fe7dac7a400aed746dfa1d1a4d28d0ae8ff68
DTI_PID/SPPIDConverter/BaseModel/SPPID/SPPIDSymbolInfo.cs | ||
---|---|---|
17 | 17 |
public bool IsCorrectionX { get; set; } |
18 | 18 |
public bool IsCorrectionY { get; set; } |
19 | 19 |
|
20 |
private List<string[]> _Attributes = new List<string[]>(); |
|
21 |
|
|
20 | 22 |
public List<Symbol> CorrectionX_GroupSymbols { get; set; } |
21 | 23 |
public List<Symbol> CorrectionY_GroupSymbols { get; set; } |
22 | 24 |
|
... | ... | |
27 | 29 |
public double SPPID_Min_Y { get; set; } |
28 | 30 |
public double SPPID_Max_X { get; set; } |
29 | 31 |
public double SPPID_Max_Y { get; set; } |
32 |
public List<string[]> Attributes { get => _Attributes; set => _Attributes = value; } |
|
30 | 33 |
} |
31 | 34 |
} |
내보내기 Unified diff