⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 80dbec96b45f001d1289bbda6de18a35

📁 Vxworks环境下
💻
字号:
/*
$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 + -