대시보드
저장소
파일스토어
액티비티
검색
로그인
SDC
/
A5_QD_CF_REVIEW
SDC C-Project CF Review 프로그램
요약
reflog
커밋
트리
문서
포크
비교
blame
|
히스토리
|
raw
Ongoing90 #3662 CF AOI Review 전설비 알람 발생 조치
LYW
2021-11-09
9ad2aa59da822e9d30c5e0cd677025fe6e12df95
[SDC/A5_QD_CF_REVIEW.git]
/
Internal_Library
/
Include
/
CHCameraViewer
/
CameraView_Inspect.h
1
2
3
4
5
6
7
8
9
10
#pragma once
#include "CameraView.h"
class AFX_EXT_CLASS CCameraView_Inspect : public CCameraView
{
public:
CCameraView_Inspect(int nViewIndex=0, CWnd* pParentWnd=NULL);
virtual ~CCameraView_Inspect(void);
};