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

📄 5031dd1da95f001d1289bbda6de18a35

📁 Vxworks环境下
💻
字号:
/*
$Log:
**** Rev /main/NC_V0_integration/3** Date: Nov 1 17:21:20 2007 abdeaity** Kommentar HMI Demo V2 **** Rev /main/NC_V0_integration/2** Date: May 9 16:34:33 2007 abdeaity** Kommentar:New functions*/
/*
** ---------------------------------------------------------------------
**                Copyright (c) Bosch Rexroth AG 1997 - 2007
**                        All Rights Reserved
** ---------------------------------------------------------------------
**
**    File: dab_h_callbacks.h
** 
**    Responsible: AB
** 
**    Description of functions: declaration of the callback functions
**                              used in Tilcon twd.
**    Note: the tilon interface builder create automatically a .twh file,
**          the content of the created file muss be copy in this file 
** ---------------------------------------------------------------------
*/


#ifndef DAB_H_CALLBACKS_INCLUDED
#define DAB_H_CALLBACKS_INCLUDED

/*F*/
/*======================================================================
**           >>>>    Definition of the exporting sourcefiles  <<<<
** ==================================================================== */


/*F*/
/*======================================================================
**           >>>>    Parameterless Macros (Constants)         <<<<
** ==================================================================== */


/*F*/
/*======================================================================
**           >>>>    Types            <<<<
** ==================================================================== */


/*F*/
/*======================================================================
**           >>>>    Variables        <<<<
** ==================================================================== */


/*F*/
/*======================================================================
**           >>>>    Functions        <<<<
** ==================================================================== */
struct
{
	void (*callback)(TRT_ReceiveData*,void*);
	void *client_data;
} Callb_Struct_callback[28] =
{
0		// type: button, ID:B0_M005_Open
};

/*F*/
/*======================================================================
**           >>>>    Macros           <<<<
** ==================================================================== */


/*----------------------------------------------------------------------*/
#endif    /* OF #ifndef DAB_H_CALLBACKS_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
**----------------------------------------------------------------------*/
/* ausgecheckte Revision: /main/NC_V0_integration/1
** Autor: abdeaity Datum: May 8 2007
** eingecheckte Revision: /main/NC_V0_integration/2** Date: May 9 16:34:33 2007** CQ-Pr: 
** Pflichtenheft-Nr/Name: HMI demo
** Kommentar:- create the history of this file 
**           - new callbackfunctions
** ---------------------------------------------------------------------*/
/* ausgecheckte Revision: /main/NC_V0_integration/2** Autor: abdeaity Datum: Oct 30 2007** eingecheckte Revision: /main/NC_V0_integration/3** Date: Nov 1 17:21:20 2007** CQ-Pr: ** Pflichtenheft-Nr/Name:HMI Demo ** Kommentar:HMI Demo V2 no callback for bouttons ** ---------------------------------------------------------------------*/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -