📄 505e1da8b15f001d1289bbda6de18a35
字号:
/*$Log:**** Rev /main/NC_V0_integration/4** Date: Jun 16 11:52:11 2008 abdeaity** example f?r get and set Networkseting**** Rev /main/NC_V0_integration/3** Date: May 21 16:2:47 2008 abdeaity** New FKeys for CIL Editor**** Rev /main/NC_V0_integration/2** Date: Apr 17 17:26:27 2008 abdeaity** neue fkeys**** Rev /main/NC_V0_integration/1** Date: Nov 1 16:18:49 2007 rg91er** neue Datei*//*** ---------------------------------------------------------------------** Copyright (c) Bosch Rexroth AG 1997 - 2007** All Rights Reserved** ---------------------------------------------------------------------**** File: dab_h_fkeys.h** ** Responsible: AB** ** Description of functions: ** ** ---------------------------------------------------------------------*/#ifndef DAB_H_FKEYS_INCLUDED#define DAB_H_FKEYS_INCLUDED/*F*//*======================================================================** >>>> Definition of the exporting sourcefiles <<<<** ==================================================================== *//*F*//*======================================================================** >>>> Parameterless Macros (Constants) <<<<** ==================================================================== *//*F*//*======================================================================** >>>> Types <<<<** ==================================================================== *//*F*//*======================================================================** >>>> Variables <<<<** ==================================================================== *//*F*//*======================================================================** >>>> Functions <<<<** ==================================================================== */IMPORT void FKey_BigView(void);IMPORT void FKey_GlobView(void);IMPORT void FKey_LoadNCProg(void);//IMPORT void FKey_RunNCProg(void); //IMPORT void FKey_ClearNcProg(void);IMPORT void FKey_DelAllWERA(void);IMPORT void FKey_SaveFile(void);IMPORT void FKey_ChangeLanguage(void);IMPORT void FKey_DisplayOsiloscope(void);IMPORT void FKey_DisplayToolTable(void);IMPORT void FKey_OpenExplorer(void);IMPORT void FKey_SelectProgram(void);IMPORT void FKey_EditFile(void);IMPORT void FKey_Backup(void);IMPORT void FKey_CloneMachine(void);IMPORT void FKey_RestoreMachine(void);IMPORT void FKey_DisplayPLCEditor(void);IMPORT void FKey_DisplayArchiveScreen(void);IMPORT void FKey_ReadPou(void);IMPORT void FKey_CompilePou(void);IMPORT void FKey_BackToProg(void);IMPORT void FKey_BackToMachine(void);IMPORT void FKey_BackToMain(void);IMPORT void FKey_CleareCILEDITOR(void);IMPORT void FKey_GetValue(void);/*IMPORT void FKey_SetNetworkConfig(void);IMPORT void FKey_GetNetworkConfig(void);*/IMPORT void FKey_GetPOU(void); IMPORT void FKey_FreeCompiled(void); /*New Function for CPL Debeg*/IMPORT void FKey_ModeSelect(void); IMPORT void FKey_NcStart(void); IMPORT void FKey_AddWatch(void); IMPORT void FKey_DelWatch(void); /*New Function for CPL Debeg*//*F*//*======================================================================** >>>> Macros <<<<** ==================================================================== *//*----------------------------------------------------------------------*/#endif /* OF #ifndef DAB_H_FKEYS_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: Apr 17 2008** eingecheckte Revision: /main/NC_V0_integration/2** Date: Apr 17 17:26:27 2008** CQ-Pr: ** Pflichtenheft-Nr/Name: ** Kommentar: Neue F keys f?r Clone und restore** ---------------------------------------------------------------------*//* ausgecheckte Revision: /main/NC_V0_integration/2** Autor: abdeaity Datum: May 20 2008** eingecheckte Revision: /main/NC_V0_integration/3** Date: May 21 16:2:47 2008** CQ-Pr: ** Pflichtenheft-Nr/Name: ** Kommentar: New FKeys for CIL Editor ** ---------------------------------------------------------------------*//* ausgecheckte Revision: /main/NC_V0_integration/3** Autor: abdeaity Datum: Jun 13 2008** eingecheckte Revision: /main/NC_V0_integration/4** Date: Jun 16 11:52:11 2008** CQ-Pr: ** Pflichtenheft-Nr/Name: ** Kommentar: 2 neu function for testing networkconfig(get/set)** ---------------------------------------------------------------------*//* ausgecheckte Revision: /main/NC_V0_integration/4** Autor: abdeaity Datum: Jun 26 2008** eingecheckte $Revision$ $Date$** CQ-Pr: ** Pflichtenheft-Nr/Name: ** Kommentar: 2 New Function Fkey_Readvalue and Fkey_FreeCompiled** ---------------------------------------------------------------------*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -