대시보드
저장소
파일스토어
액티비티
검색
로그인
SDC
/
A5_QD_CF_REVIEW
SDC C-Project CF Review 프로그램
요약
reflog
커밋
트리
문서
포크
비교
blame
|
히스토리
|
raw
Merge branch 'feature/#3417_CF_AOI_Review_전설비_Log_Process개선' into develop
LYW
2021-07-01
668b40db8e394058c7e0abad2fbe539a631043c2
[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_