10 #ifndef CAutoArrivalDlg_H 11 #define CAutoArrivalDlg_H 37 CDataExchange * aDataExchange
BOOL OnInitDialog()
This function is called when the window is created.
virtual void DoDataExchange(CDataExchange *aDataExchange)
Perform dialog data exchange and validation.
BOOL mAutoArrivalEnabled
The state of the Enabled check box.
CString mMinimumStopDistance
The minimum distance for a stop to be considered done by the client.
CAutoArrivalDlg(CWnd *aParent, FmiApplicationLayer &aCom)
Constructor.
Serial communication controller for Garmin and FMI packets.
CString mMinimumStopTime
The minimum stop time for a stop to be considered done by the client.
virtual ~CAutoArrivalDlg()
Destructor.
afx_msg void OnEnChangeEditBox()
Edit handler for the edit boxes on this dialog.
afx_msg void OnBnClickedOk()
Button handler for the OK button on this dialog.
FmiApplicationLayer & mCom
Reference to the FMI communication controller that this dialog uses.
afx_msg void OnBnClickedEnabled()
Button handler for the Enabled check box.
Dialog allowing the user to change the auto-arrival options.