10 #ifndef CSpeedLimitAlertsDlg_H 11 #define CSpeedLimitAlertsDlg_H 38 CDataExchange * aDataExchange
uint8 mTimeOver
Value of the time over edit box.
uint8 mMode
Selection of the mode combo box.
void EnableFields(bool aValue)
Enable/Disable dialog fields.
void SetResult(uint8 aResultCode)
Set REsult text on the dialog.
boolean mAlertUser
Selection value of the alert user combo box.
float mThreshold
Value of the threshold edit box.
afx_msg void OnCbnSelchangeSpeedLimitCboMode()
Selection changed handler for the Mode combo box.
Dialog allowing the user to change speed limit alerts settings.
CSpeedLimitAlertsDlg(CWnd *aParent, FmiApplicationLayer &aCom)
Constructor.
virtual ~CSpeedLimitAlertsDlg()
Destructor.
afx_msg void OnBnClickedSend()
Click handler for the Send button.
afx_msg LRESULT OnEventSpeedLimitSetResultFromClient(WPARAM aResultCode, LPARAM)
Handler for the receipt event from Com.
Serial communication controller for Garmin and FMI packets.
FmiApplicationLayer & mCom
Reference to the FMI communication controller that this dialog uses.
EventListener that dispatches a Windows message.
BOOL OnInitDialog()
Initialize the dialog.
virtual void DoDataExchange(CDataExchange *aDataExchange)
Perform dialog data exchange and validation.
unsigned char uint8
8-bit unsigned integer
uint8 mTimeUnder
Value of the time under edit box.