#include "IDVP2420EncSDK.h"

#if !defined(AFX_GPIOCTRLDLG_H__01165282_5F9E_485E_A833_6AFFFD190B23__INCLUDED_)
#define AFX_GPIOCTRLDLG_H__01165282_5F9E_485E_A833_6AFFFD190B23__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// GPIOCtrlDlg.h : header file
//

#define MAXCHS 2
#define MAXDIS 4
#define MAXDOS 4

extern IDVP2420EncSDK	*pDVPEncSDK;
extern BOOL	bSkipDL[MAXCHS];

/////////////////////////////////////////////////////////////////////////////
// CGPIOCtrlDlg dialog

class CGPIOCtrlDlg : public CDialog
{
private:
	int		m_nStreamType;
	BOOL	m_bChipInited;
	
// Construction
public:
	CGPIOCtrlDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CGPIOCtrlDlg)
	enum { IDD = IDD_GPIOCTRL_DLG };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CGPIOCtrlDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CGPIOCtrlDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnDo0Chk();
	afx_msg void OnDo1Chk();
	afx_msg void OnDo2Chk();
	afx_msg void OnDo3Chk();
	afx_msg void OnGetdiBtn();
	afx_msg void OnDestroy();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_GPIOCTRLDLG_H__01165282_5F9E_485E_A833_6AFFFD190B23__INCLUDED_)
