
Operations Manual Watch dog timer card
DECISION Computer International
27
"WDEnable");
WDDisable = (WDDISABLE)GetProcAddress(gLibMyDLL,
"WDDisable");
WDRefresh = (WDREFRESH)GetProcAddress(gLibMyDLL,
"WDRefresj");
// end of (loading) initialization
return TRUE; // return TRUE unless you set the focus to
a control
}
Codes on Buttons:
void CWDTestDlg::OnButtonEnable()
{
// TODO: Add your control notification handler code here
if (gLibMyDLL == NULL)
{
MessageBox("WATCHDOG.DLL NOT LOADED.");
return;
}
WDEnable(0x240); // Enable Watchdog with 240 hex address
}
void CWDTestDlg::OnButtonDisable()
{
// TODO: Add your control notification handler code here
if (gLibMyDLL == NULL)
{
MessageBox("WATCHDOG.DLL NOT LOADED.");
return;
}
WDDisable(0x240);
// Disable Watchdog with 240 hex
address
Содержание Watch dog 1
Страница 9: ...Operations Manual Watch dog timer card DECISION Computer International 9 WATCH DOG I ...
Страница 10: ...Operations Manual Watch dog timer card DECISION Computer International 10 WATCH DOG II ...
Страница 55: ...Operations Manual Watch dog timer card DECISION Computer International 55 Data Type String ...