Garmin Fleet Management Controller  2.19.0
CChangeBaudRateDlg.h
Go to the documentation of this file.
1 /*********************************************************************
2 *
3 * HEADER NAME:
4 * CChangeBaudRateDlg.h
5 *
6 * Copyright 2013 by Garmin Ltd. or its subsidiaries.
7 *---------------------------------------------------------------------
8 * $NoKeywords$
9 *********************************************************************/
10 #pragma once
11 
12 #include "FmiApplicationLayer.h"
13 
14 #if( FMI_SUPPORT_A616 )
15 
16 // CChangeBaudRateDlg dialog
17 
18 class CChangeBaudRateDlg : public CDialog
19 {
20  DECLARE_DYNAMIC(CChangeBaudRateDlg)
21 
22 public:
24  CWnd* pParent,
25  FmiApplicationLayer & aCom
26  ); // standard constructor
27 
28  virtual ~CChangeBaudRateDlg();
29 
30  virtual afx_msg void OnOK();
31 
32 // Dialog Data
34 
35 protected:
36  virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
37 
38  DECLARE_MESSAGE_MAP()
39 
40 
42  int mNewRate;
43 
44 public:
46  };
47 
48 #endif
CChangeBaudRateDlg(CWnd *pParent, FmiApplicationLayer &aCom)
Constructor.
virtual void DoDataExchange(CDataExchange *pDX)
#define IDD_CHANGE_BAUD_RATE
Definition: resource.h:57
FmiApplicationLayer & mCom
Reference to the FMI communication controller.
Serial communication controller for Garmin and FMI packets.
virtual afx_msg void OnOK()
Click handler for OK button.