convert for 3.0.0
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
* Modification Log:
|
||||
* -----------------
|
||||
* .01 03-09-90 rac initial version
|
||||
* .02 mm-dd-yy rac version 2.0, installed in SCCS
|
||||
* .02 07-31-91 rac installed in SCCS
|
||||
*
|
||||
* make options
|
||||
* -DvxWorks makes a version for VxWorks
|
||||
|
||||
@@ -1,28 +1,45 @@
|
||||
/****************************************************************************
|
||||
GTA PROJECT AT division
|
||||
|
||||
Copyright, 1990, The Regents of the University of California
|
||||
Los Alamos National Laboratory
|
||||
|
||||
FILE PATH: ~gta/ar/arCSCheck.c
|
||||
ENVIRONMENT: SunOS, VxWorks
|
||||
MAKE OPTIONS:
|
||||
SCCS VERSION: $Id$
|
||||
*+/mod***********************************************************************
|
||||
/* $Id$
|
||||
* Author: Roger A. Cole
|
||||
* Date: 04-01-90
|
||||
*
|
||||
* Experimental Physics and Industrial Control System (EPICS)
|
||||
*
|
||||
* Copyright 1991, the Regents of the University of California,
|
||||
* and the University of Chicago Board of Governors.
|
||||
*
|
||||
* This software was produced under U.S. Government contracts:
|
||||
* (W-7405-ENG-36) at the Los Alamos National Laboratory,
|
||||
* and (W-31-109-ENG-38) at Argonne National Laboratory.
|
||||
*
|
||||
* Initial development by:
|
||||
* The Controls and Automation Group (AT-8)
|
||||
* Ground Test Accelerator
|
||||
* Accelerator Technology Division
|
||||
* Los Alamos National Laboratory
|
||||
*
|
||||
* Co-developed with
|
||||
* The Controls and Computing Group
|
||||
* Accelerator Systems Division
|
||||
* Advanced Photon Source
|
||||
* Argonne National Laboratory
|
||||
*
|
||||
* Modification Log:
|
||||
* -----------------
|
||||
* .01 04-01-90 rac initial version
|
||||
* .02 07-31-91 rac installed in SCCS
|
||||
*
|
||||
* make options
|
||||
* -DvxWorks makes a version for VxWorks
|
||||
* -DNDEBUG don't compile assert() checking
|
||||
* -DDEBUG compile various debug code, including checks on
|
||||
* malloc'd memory
|
||||
*/
|
||||
/*+/mod***********************************************************************
|
||||
* TITLE arCSCheck.c - check assumptions about definitions in arCS.h
|
||||
*
|
||||
* DESCRIPTION
|
||||
*
|
||||
*-
|
||||
* Modification History
|
||||
* version date programmer comments
|
||||
* ------- -------- ------------ -----------------------------------
|
||||
* 1.1 04/01/90 R. Cole initial version
|
||||
*
|
||||
*****************************************************************************/
|
||||
#ifdef AR_CS_NEW_DBR
|
||||
# define DB_TEXT_GLBLSOURCE
|
||||
#endif
|
||||
*-***************************************************************************/
|
||||
|
||||
#include <genDefs.h>
|
||||
#include <tsDefs.h>
|
||||
@@ -32,11 +49,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef INCLdb_accessh
|
||||
# ifndef AR_CS_NEW_DBR
|
||||
# include <db_access.h>
|
||||
# else
|
||||
# include <new_access.h>
|
||||
# endif
|
||||
# include <db_access.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
* Modification Log:
|
||||
* -----------------
|
||||
* .01 03-09-90 rac initial version
|
||||
* .02 mm-dd-yy rac version 2.0, installed in SCCS
|
||||
* .02 07-31-91 rac installed in SCCS
|
||||
*
|
||||
* make options
|
||||
* -DvxWorks makes a version for VxWorks
|
||||
|
||||
Reference in New Issue
Block a user