//{{AFX_INCLUDES()
#include "indicator2.h"
#include "cwknob.h"
//}}AFX_INCLUDES
#if !defined(AFX_SVSDLG_H__ECDD5D38_60E7_43C8_B121_CB0031C4E7BE__INCLUDED_)
#define AFX_SVSDLG_H__ECDD5D38_60E7_43C8_B121_CB0031C4E7BE__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SvsDlg.h : header file
//

#include "DataRecipient.h"
#include "DeviceDlg.h"
#include "StatusStatic.h"
#include "TestDlg.h"


class CDashboardRecipient;

/////////////////////////////////////////////////////////////////////////////
// CSvsDlg dialog

class CSvsDlg : public CTestDlg
{
// Construction
public:
	CSvsDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CSvsDlg)
	enum { IDD = IDD_SVS_DLG };
	double	m_speedM;
	CCWKnob	m_speedGaugeControl;
	//}}AFX_DATA

	void requestUpdate();
	void stopRequests();
	void resetDialog();
	void setSvs(double rawTOF, double speedM, double speedMm);


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSvsDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	void initSubClassDlg();

	// Generated message map functions
	//{{AFX_MSG(CSvsDlg)
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SVSDLG_H__ECDD5D38_60E7_43C8_B121_CB0031C4E7BE__INCLUDED_)
