?? 9063286aa45f001d1289bbda6de18a35
字號:
/*
$Log$
*/
/*
** ---------------------------------------------------------------------
** Copyright (c) Bosch Rexroth AG 1997 - 2008
** All Rights Reserved
** ---------------------------------------------------------------------
**
** File: dab_h_CPL.h
**
** Responsible: MY
**
** Description of functions:
**
** ---------------------------------------------------------------------
*/
#ifndef DAB_H_CPL_INCLUDED
#define DAB_H_CPL_INCLUDED
/*F*/
/*======================================================================
** >>>> Definition of the exporting sourcefiles <<<<
** ==================================================================== */
#ifdef __cplusplus
extern "C" {
#endif
/*F*/
/*======================================================================
** >>>> Parameterless Macros (Constants) <<<<
** ==================================================================== */
/*F*/
/*======================================================================
** >>>> Types <<<<
** ==================================================================== */
/*F*/
/*======================================================================
** >>>> Variables <<<<
** ==================================================================== */
/*F*/
/*======================================================================
** >>>> Functions <<<<
** ==================================================================== */
IMPORT void Dab_h_SetBreakpoint(void);
IMPORT void Dab_h_SelContinueMode(void);
IMPORT void Dab_h_SelDebugSTEPMode(void);
IMPORT void Dab_h_SelDebugPROGMode(void);
IMPORT void Dab_h_CplWatchpoint(void);
IMPORT void Directory_Load(void);
IMPORT void FileReadTest(void);
IMPORT void Dab_h_SetBreakpoint_Param(int BreakpointPlace);
IMPORT void Dab_h_BreakPointDelete(int BreakId);
IMPORT void Dab_h_GetCPLVariableValue(void);
IMPORT void Dab_h_GetCPLVariableName(void);
IMPORT void PreBreakPointSelect();
/*F*/
/*======================================================================
** >>>> Macros <<<<
** ==================================================================== */
#ifdef __cplusplus
}
#endif
/*----------------------------------------------------------------------*/
#endif /* OF #ifndef DAB_H_CPL_INCLUDED */
/* -------------------------------------------------------------------- */
/*F*/
/*======================================================================
** detailed documentation of the history
** of this file. the numbers of the paragraphs must correspond
** to the numbers of the history-comments within the fileheader
**----------------------------------------------------------------------*/
/*
** FIRST CREATE: 2008-4-22 MY
**
**
*/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -