gateversion.h
来自「EPICS CA gateway, base on channel access」· C头文件 代码 · 共 38 行
H
38 行
/*************************************************************************\* Copyright (c) 2002 The University of Chicago, as Operator of Argonne* National Laboratory.* Copyright (c) 2002 Berliner Speicherring-Gesellschaft fuer Synchrotron-* Strahlung mbH (BESSY).* Copyright (c) 2002 The Regents of the University of California, as* Operator of Los Alamos National Laboratory.* This file is distributed subject to a Software License Agreement found* in the file LICENSE that is included with this distribution. \*************************************************************************/#ifndef _GATEVERSION_H_#define _GATEVERSION_H_/*+********************************************************************* * * File: gateVersion.h * Project: CA Proxy Gateway * * Descr.: Gateway Version Information * * Author(s): J. Kowalkowski, J. Anderson, K. Evans (APS) * R. Lange (BESSY) * *********************************************************************-*/#define GATEWAY_VERSION 2#define GATEWAY_REVISION 0#define GATEWAY_MODIFICATION 0#define GATEWAY_UPDATE_LEVEL 0#define GATEWAY_VERSION_STRING "PV Gateway Version 2.0.0.0"#define GATEWAY_CREDITS_STRING \ "Developed at Argonne National Laboratory and BESSY\n\n" \ "Authors: Jim Kowalkowski, Janet Anderson, Kenneth Evans, Jr. (APS)\n" \ " Ralph Lange (BESSY)\n\n"#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?