#if !defined(AFX_AVTRAKDLG_H__9025B07A_4E0C_44E6_9105_69D816DCE713__INCLUDED_)
#define AFX_AVTRAKDLG_H__9025B07A_4E0C_44E6_9105_69D816DCE713__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AvtrakDlg.h : header file
//

#include "DataRecipient.h"
#include "DeviceDlg.h"
#include "StatusStatic.h"
#include "TestDlg.h"

class CDashboardRecipient;

/////////////////////////////////////////////////////////////////////////////
// CAvtrakDlg dialog

class CAvtrakDlg : public CTestDlg
{
// Construction
public:
	CAvtrakDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CAvtrakDlg)
	enum { IDD = IDD_AVTRAK_DLG };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA

	void requestUpdate();
	void stopRequests();
	void resetDialog() {};

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CAvtrakDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	void initSubClassDlg() {};

	// Generated message map functions
	//{{AFX_MSG(CAvtrakDlg)
	afx_msg void OnAvtrakTranspond();
	afx_msg void OnAvtrakTrigger();
	afx_msg void OnAvtrakTranspond2();
	afx_msg void OnAvtrakTransceive();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_AVTRAKDLG_H__9025B07A_4E0C_44E6_9105_69D816DCE713__INCLUDED_)
