?? 203cf039a95f001d1289bbda6de18a35
字號:
/*
$Log$
*/
/*
** ---------------------------------------------------------------------
** Copyright (c) Bosch Rexroth AG 1997 - 2007
** All Rights Reserved
** ---------------------------------------------------------------------
**
** File: dab_h_startgra.h
**
** Responsible: AB
**
** Description of functions:
**
** ---------------------------------------------------------------------
*/
#ifndef DAB_H_STARTGRA_INCLUDED
#define DAB_H_STARTGRA_INCLUDED
#ifdef __cplusplus
extern "C" {
#endif
/*F*/
/*======================================================================
** >>>> Definition of the exporting sourcefiles <<<<
** ==================================================================== */
#ifndef HWDS_WINDOWS
#ifndef PXR0TASK_INCLUDED
#include "pxr0task.h"
#endif
#endif
/*F*/
/*======================================================================
** >>>> Parameterless Macros (Constants) <<<<
** ==================================================================== */
/*F*/
/*======================================================================
** >>>> Types <<<<
** ==================================================================== */
/*F*/
/*======================================================================
** >>>> Variables <<<<
** ==================================================================== */
/*F*/
/*======================================================================
** >>>> Functions <<<<
** ==================================================================== */
#ifdef CC_TRT_DOS
IMPORT int Dab_h_GraStartup(void); /* Windows Entry function*/
#else
/*Vxworks Entry */
IMPORT int Dab_h_GraStartup(PxrTask_t MyTask,
PxrMbx_t MyMbx,
PxrEvents_t MyEvents);
#endif
EXPORT void Dab_h_WaitForEngineStart(void);
/*F*/
/*======================================================================
** >>>> Macros <<<<
** ==================================================================== */
#ifdef __cplusplus
}
#endif
/*----------------------------------------------------------------------*/
#endif /* OF #ifndef DAB_H_STARTGRA_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
**----------------------------------------------------------------------*/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -