대시보드
저장소
파일스토어
액티비티
검색
로그인
SDC
/
A5_QD_CF_REVIEW
SDC C-Project CF Review 프로그램
요약
reflog
커밋
트리
문서
포크
비교
blame
|
히스토리
|
raw
#4403 CF AOI Review TACT 개선 1. Alive 신호 처리 시 지연 개선
SWK
2023-03-10
5ce2e7ca14f09da2138ea783ef16044a01423413
[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_