대시보드
저장소
파일스토어
액티비티
검색
로그인
SDC
/
A5_QD_CF_REVIEW
SDC C-Project CF Review 프로그램
요약
reflog
커밋
트리
문서
포크
비교
blame
|
히스토리
|
raw
ongoing60 #4403 CF AOI Review TACT 지연 개선 1. 신호 출력 방식 재개선 - 유지 시간이 없는 신호는 바...
SWK
2022-12-26
3ce48f6dbeb537e252edb0d62c88a28796e36674
[SDC/A5_QD_CF_REVIEW.git]
/
ReviewSystem
/
include
/
M_AutoDiagnosisManager
/
DiagnosisProcessor_Flatness.h
1
2
3
4
5
6
7
8
9
#pragma once
#include "DiagnosisInfo.h"
#include "DiagnosisProcessor.h"
class AFX_EXT_CLASS CDiagnosisProcessor_Flatness : public CDiagnosisProcessor
{
public:
CDiagnosisProcessor_Flatness();
~CDiagnosisProcessor_Flatness();
};