51 #ifdef AFX_DESIGN_TIME 54 IDD = IDD_DIALOG_CONFIG
64 virtual void OnCancel();
67 virtual BOOL OnInitDialog();
68 afx_msg
void OnShowWindow(BOOL bShow, UINT nStatus);
69 afx_msg
void OnSelchangeComboFile();
70 afx_msg
void OnKillfocusComboFile();
71 afx_msg
void OnBnClickedButtonBrowse();
72 afx_msg
void OnChangeEditBcaData();
73 afx_msg
void OnBnClickedButtonConfigBca();
74 afx_msg
void OnBnClickedButtonSaveBca();
void RefreshImageFileList()
Refresh the image file list.
Definition: ConfigDlg.cpp:115
CString m_bcaBinaries
A string variable for the Edit Control, IDC_EDIT_BCA_BINARY.
Definition: ConfigDlg.h:98
char * m_bcaData
A pointer, pointing to a memory region that contains BCA binaries.
Definition: ConfigDlg.h:99
CComboBox m_ctrlImageFile
A control variable for the Combox, IDC_COMBO_FILE2.
Definition: ConfigDlg.h:97
BOOL ReadBootloaderConfigureArea()
Read BCA data from image file to memory region(m_bcaData).
Definition: ConfigDlg.cpp:151
void UpdateDataOfBootloaderConfigureArea(BOOL direction)
Update BCA data between memory region and UI.
Definition: ConfigDlg.cpp:184
void ResetBootloaderConfigureArea()
Reset BCA data to all 0xFFs.
Definition: ConfigDlg.cpp:259
ConfigDlg class is the UI Dialog class for the BCA utilities tab page.
Definition: ConfigDlg.h:39
void WriteBootloaderConfigureArea()
Write BCA data to image file.
Definition: ConfigDlg.cpp:241
virtual void DoDataExchange(CDataExchange *pDX)
Generated message map functions.
Definition: ConfigDlg.cpp:63