대시보드
저장소
파일스토어
액티비티
검색
로그인
SDC
/
A5_QD_CF_REVIEW
SDC C-Project CF Review 프로그램
요약
reflog
커밋
트리
문서
포크
비교
blame
|
히스토리
|
raw
Ongoing90 #3835 CF AOI Review Offset Grid 클릭시 해당 되는 결함 DefectMap표시
LYW
2021-12-21
1e64f6279358f5c838463497894e020857b37311
[SDC/A5_QD_CF_REVIEW.git]
/
External_Library
/
include
/
MVXLC
/
nic.h
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _NIC_H_
#define _NIC_H_
namespace mvsol
{
namespace nic
{
BOOL GetIp(CStringArray& strIpArray);
}
} // namespace mvsol
#endif // _NIC_H_