in_defs.h
来自「电力系统中的保护装置全部代码」· C头文件 代码 · 共 66 行
H
66 行
/*************************************************************************/
/* */
/* Copyright (c) 1993-1998 Accelerated Technology, Inc. */
/* */
/* PROPRIETARY RIGHTS of Accelerated Technology are involved in the */
/* subject matter of this material. All manufacturing, reproduction, */
/* use, and sales rights pertaining to this subject matter are governed */
/* by the license agreement. The recipient of this software implicitly */
/* accepts the terms of the license. */
/* */
/*************************************************************************/
/*************************************************************************/
/* */
/* FILE NAME VERSION */
/* */
/* in_defs.h PLUS 1.3 */
/* */
/* COMPONENT */
/* */
/* IN - Initialization */
/* */
/* DESCRIPTION */
/* */
/* This file contains data structure definitions and constants for */
/* the Initialization component. */
/* */
/* AUTHOR */
/* */
/* Michael A. Trippi, Accelerated Technology, Inc. */
/* */
/* DATA STRUCTURES */
/* */
/* None */
/* */
/* FUNCTIONS */
/* */
/* None */
/* */
/* DEPENDENCIES */
/* */
/* None */
/* */
/* HISTORY */
/* */
/* NAME DATE REMARKS */
/* */
/* M. Trippi 03-20-1998 Created initial version 1.3 */
/* M. Trippi 03-24-1998 Released version 1.3. */
/* */
/*************************************************************************/
/* Check to see if the file has been included already. */
#ifndef IN_DEFS
#define IN_DEFS
/* Define constants local to this component. */
#define INC_START_INITIALIZE 1
#define INC_END_INITIALIZE 2
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?