HKVision.h 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. // HKVision.h : main header file for the HKVISION application
  2. //
  3. #if !defined(AFX_HKVISION_H__884D88F5_7904_4CFC_BE75_E61C8D6C355C__INCLUDED_)
  4. #define AFX_HKVISION_H__884D88F5_7904_4CFC_BE75_E61C8D6C355C__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "hikvisionsdk.h"
  12. #include "resource.h" // main symbols
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CHKVisionApp:
  15. // See HKVision.cpp for the implementation of this class
  16. //
  17. #define MAX_DSPS_SUPPORT 64
  18. #define MAX_CHANNELS 64
  19. class CHKVisionApp : public CWinApp
  20. {
  21. public:
  22. CHKVisionApp();
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CHKVisionApp)
  26. public:
  27. virtual BOOL InitInstance();
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. //{{AFX_MSG(CHKVisionApp)
  31. // NOTE - the ClassWizard will add and remove member functions here.
  32. // DO NOT EDIT what you see in these blocks of generated code !
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. };
  36. /////////////////////////////////////////////////////////////////////////////
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_HKVISION_H__884D88F5_7904_4CFC_BE75_E61C8D6C355C__INCLUDED_)