fbinit.h

来自「HART协议编程例程」· C头文件 代码 · 共 44 行

H
44
字号
/**********************************************************************
 * Function Block Factory Files Generator V 1.0                       *
 * This file was generated automatically!                             *
 * ==============================================                     *
 * DO NEVER MAKE CHANGES IN THIS FILE MANUALLY!!!                     *
 * ==============================================                     *
 * Date/Time: 31.07.00 12:54:34                                       *
 *                                                                    *
 *                                                                    *
 * Copyright 2000, Borst Automation, Fachingen                        *
 * All Rights Reserved                                                *
 *                                                                    *
 *         File Name: FbInit.h                                        *
 *            Device: MyDevice                                        *
 *         Author(s):                                                 *
 *                    Walter Borst                                    *
 *                                                                    *
 * Revision History                                                   *
 * ================                                                   *
 * 1.11.1999, W. Borst                                                *
 *   Initial Version                                                  *
 *                                                                    *
 **********************************************************************/
#ifndef __fbinit_h__
#define __fbinit_h__

/**********************************************************************
 * Includes                                                           *
 **********************************************************************/
#ifdef __FBINIT_H__
  #include <String.h>
  #include "..\Common\Types.h"
  #include "..\Common\MemDecls.h"
  #include "..\Common\Hart.h"
  #include "..\Protocol\HartLoL.h"
  #include "..\Api\UserApi.h"
  #include "..\FbHart\FbHart.h"
  #include "..\Iout\Iout.h"
  #include "..\Meas\Meas.h"
#endif

extern void FbInit(void);
#endif

⌨️ 快捷键说明

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