extends.cpp
来自「csta协议的开发」· C++ 代码 · 共 74 行
CPP
74 行
/*RA CDHva54067+*/
// ***************************************************************************
// Added by G.L. Oct 12 98
// CstaEcsSetDateAndTime
// ***************************************************************************
// Rev \main\rel3\patchr3\1 Tue Jan 7 15:54:50 2003 by QUEMENE1
//
/*void CMainWind::CstaEcsSetDateAndTime()
{
MessageBox("Service Set date & Time INTERDIT", "CSTA", MB_ICONSTOP);
}*/
// ***************************************************************************
// Added by G.L. Jan 21 99
// CstaEcsStartListening
// ***************************************************************************
void CMainWind::CstaEcsStartListening()
{
MessageBox("Start Listening Forebiden", "CSTA", MB_ICONSTOP);
}
// ***************************************************************************
// Added by G.L. Jan 21 99
// CstaEcsStopListening
// ***************************************************************************
void CMainWind::CstaEcsStopListening()
{
MessageBox("Stop Listening Forebiden", "CSTA", MB_ICONSTOP);
}
// ***************************************************************************
// Added by G.L. Jan 21 99
// CstaEcsBipTone
// ***************************************************************************
void CMainWind::CstaEcsBipTone()
{
MessageBox("Bip Tone Forebiden", "CSTA", MB_ICONSTOP);
}
/*RA CDHva54067-*/
/*routing service+*/
// ***************************************************************************
// Added by P.QUEMENER Jan 21 03
// CstaGenerateTone
// ***************************************************************************
void CMainWind::CstaGenerateTone()
{
MessageBox("Generate Tone Forebiden", "CSTA", MB_ICONSTOP);
}
// ***************************************************************************
// Added by P.QUEMENER Jan 21 03
// CstaCancelTone
// ***************************************************************************
void CMainWind::CstaCancelTone()
{
MessageBox("Cancel Tone Forebiden", "CSTA", MB_ICONSTOP);
}
// ***************************************************************************
// Added by P.QUEMENER Jan 30 03
// CstaStartDataCollection
// ***************************************************************************
void CMainWind::CstaStartDataCollection()
{
MessageBox("Start Data Collection Forebiden", "CSTA", MB_ICONSTOP);
}
// ***************************************************************************
// Added by P.QUEMENER Jan 30 03
// CstaStopDataCollection
// ***************************************************************************
void CMainWind::CstaStopDataCollection()
{
MessageBox("Stop Data Collection Forebiden", "CSTA", MB_ICONSTOP);
}
/*routing service-*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?