프로젝트

일반

사용자정보

개정판 c993d55a

IDc993d55a5748719be22f583283c204aea5d2d1f5
상위 8701de36
하위 a925672d

gaqhf 이(가) 5년 이상 전에 추가함

dev issue #708 : specbreak Attr 방식 변경

Change-Id: I49fc1b4d062b392e1155d5fdf4617a2d0a09c6f6

차이점 보기:

DTI_PID/SPPIDConverter/AutoModeling.cs
3363 3363
                        if (connector.get_ItemStatus() != "Active")
3364 3364
                            continue;
3365 3365

  
3366
                        if (connector.Id != zeroLenthConnector.Id)
3366
                        if (connector.Id == zeroLenthConnector.Id)
3367 3367
                            InputLineAttributeForSpecBreakLMConnector(connector, sppidAttributeName, upStreamValue);
3368 3368
                    }
3369 3369

  
......
3372 3372
                        if (connector.get_ItemStatus() != "Active")
3373 3373
                            continue;
3374 3374

  
3375
                        if (connector.Id != zeroLenthConnector.Id)
3375
                        if (connector.Id == zeroLenthConnector.Id)
3376 3376
                            InputLineAttributeForSpecBreakLMConnector(connector, sppidAttributeName, upStreamValue);
3377 3377
                    }
3378 3378

  
......
3390 3390
                        if (connector.get_ItemStatus() != "Active")
3391 3391
                            continue;
3392 3392

  
3393
                        if (connector.Id != zeroLenthConnector.Id)
3393
                        if (connector.Id == zeroLenthConnector.Id)
3394 3394
                            InputLineAttributeForSpecBreakLMConnector(connector, sppidAttributeName, downStreamValue);
3395 3395
                    }
3396 3396

  
......
3399 3399
                        if (connector.get_ItemStatus() != "Active")
3400 3400
                            continue;
3401 3401

  
3402
                        if (connector.Id != zeroLenthConnector.Id)
3402
                        if (connector.Id == zeroLenthConnector.Id)
3403 3403
                            InputLineAttributeForSpecBreakLMConnector(connector, sppidAttributeName, downStreamValue);
3404 3404
                    }
3405 3405

  

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)