📄 fbinit.c
字号:
/**********************************************************************
* 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.c *
* Device: MyDevice *
* Author(s): *
* Walter Borst *
* *
* Revision History *
* ================ *
* 1.11.1999, W. Borst *
* Initial Version *
* *
**********************************************************************/
/**********************************************************************
* The Standard Include *
**********************************************************************/
#define __FBINIT_H__
#include "..\Common\FbInit.h"
/**********************************************************************
* Call all function block initializers *
**********************************************************************/
void FbInit(void)
{
FbHartInit();
IoutInit();
MeasInit();
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -