📄 gateversion.h
字号:
/*************************************************************************\* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -