10 #ifndef CAobrdOdometerDlg_H 11 #define CAobrdOdometerDlg_H 15 #if( FMI_SUPPORT_A610 ) 37 CDataExchange* aDataExchange
virtual void DoDataExchange(CDataExchange *aDataExchange)
Perform dialog data exchange and validation.
CAobrdOdometerDlg(CWnd *aParent, FmiApplicationLayer &aCom)
Constructor.
CString odometer_value
Odometer reading entered by the user.
Modal dialog allowing the user to set AOBRD Odometer value.
FmiApplicationLayer & mCom
Reference to the FMI communication controller that this dialog uses.
Serial communication controller for Garmin and FMI packets.
BOOL OnInitDialog()
Initialize the dialog.
afx_msg void OnBnClickedOk()
Click handler for the OK button.
afx_msg void OnEnChangeAobrdOdometer()
Edit Change handler for AOBRD odometer value text box.
virtual ~CAobrdOdometerDlg()
Destructor.