32 #include "../../common/blfwkdll/blfwkdll.h" 56 BootloaderConfigDlg(blfwkdll::BootloaderConfigureAreaData *config, CFile *file, CWnd *pParent = NULL)
57 : CDialogEx(IDD_DIALOG_BOOTLOADERCONFIG, pParent)
67 #ifdef AFX_DESIGN_TIME 70 IDD = IDD_DIALOG_BOOTLOADERCONFIG
81 virtual BOOL OnInitDialog();
82 afx_msg
void OnBnClickedCheckCrc();
83 afx_msg
void OnBnClickedCheckI2cslaveAddress();
84 afx_msg
void OnBnClickedCheckTimeout();
85 afx_msg
void OnBnClickedCheckVid();
86 afx_msg
void OnBnClickedCheckPid();
87 afx_msg
void OnBnClickedCheckUsbstringPointer();
88 afx_msg
void OnBnClickedCheckDisableHighspeed();
89 afx_msg
void OnBnClickedCheckMmcauPointer();
90 afx_msg
void OnBnClickedCheckOtfadPointer();
91 afx_msg
void OnBnClickedCheckQspiPointer();
92 afx_msg
void OnBnClickedCheckCantxid();
93 afx_msg
void OnBnClickedCheckCanrxid();
94 afx_msg
void OnBnClickedCheckCanspeed();
95 afx_msg
void OnBnClickedRadioSpeedindex();
96 afx_msg
void OnBnClickedReload();
97 afx_msg
void OnBnClickedButtonConfigOk();
98 afx_msg
void OnBnClickedButtonConfigCancel();
99 afx_msg
void OnBnClickedButtonConfigGenerate();
int SaveBootloaderConfigureArea()
Save UI config data to BCA.
Definition: BootloaderConfigDlg.cpp:429
CFile * m_cFile
A pointer to the binary file, used for crc calculation.
Definition: BootloaderConfigDlg.h:112
BootloaderConfigDlg class is the UI Dialog class for the bootloader configuration page...
Definition: BootloaderConfigDlg.h:39
blfwkdll::BootloaderConfigureAreaData * m_config
A pointer to BCA data.
Definition: BootloaderConfigDlg.h:111
virtual void DoDataExchange(CDataExchange *pDX)
Generated message map functions.
Definition: BootloaderConfigDlg.cpp:57
void LoadBootloaderConfigureArea()
Load BCA data to UI page.
Definition: BootloaderConfigDlg.cpp:115