SDC C-Project CF Review 프로그램
LYW
2021-10-14 26e2541b87ca76e16cf69399eb9a3cce62d2e864
ReviewSystem/ReviewSystem/ReviewInterface.h
@@ -195,6 +195,10 @@
   virtual void   IACC2P_CameraControl(int nValue);
   virtual BOOL   IACC2P_SetLightLevel(int nCameraIndex, int nValue);
   virtual BOOL   IACC2P_GetLightLevel(int nCameraIndex, int& nValue);
   /*< LYW 20211014 - #3671 ADD Start >*/
   virtual int      IACC2P_GetAccumaulate();
   virtual void   IACC2P_SetAccumaulate(int dValue);
   /*< LYW 20211014 - #3671 ADD End >*/
   // review camera control 2 parent
   virtual BOOL   IRCC2P_GetCurrentFrame(int nModuleIndex, int nCameraIndex, int nFrameWidth, int nFrameHeight, int nFrameChannels, CCHImageData *pImageData);
@@ -264,6 +268,7 @@
   BOOL   m_bFirstReviewLeft;
   BOOL   m_bFirstReviewRight;
   int      m_daccumulate;
   virtual BOOL                  IRP2P_SaveDefectMap(const CString& strPath);