Removed - in Attic but not state dead

This commit is contained in:
Andrew Johnson
2002-07-17 16:00:41 +00:00
parent 8b1063c47c
commit 4e29345b6f
119 changed files with 0 additions and 88987 deletions
-57
View File
@@ -1,57 +0,0 @@
/* $Id$
* Author: Roger A. Cole
# Date: 07-20-91
*
* 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 mm-dd-yy iii Comment
* .02 07-29-92 rcz Put under sccs in site directory
* .03 09-14-92 jba Changed EPICS_TS_MIN_WEST to 300
* .04 09-18-92 jba Changed EPICS_TS_MIN_WEST back to 360
* ...
*/
#include <epicsEnvParams.h>
#include <envDefs.h>
epicsSetEnvParams()
{
printf("setting EPICS environment parameters\n");
envSetConfigParam(&EPICS_TS_MIN_WEST, EPICS_TS_MIN_VALUE);
envSetConfigParam(&EPICS_AR_PORT, "7002");
envSetConfigParam(&EPICS_IOC_LOG_INET, EPICS_IOC_LOG_VALUE);
envSetConfigParam(&EPICS_IOC_LOG_PORT, "7004");
envSetConfigParam(&EPICS_IOC_LOG_FILE_LIMIT, EPICS_IOC_FILE_VALUE);
envSetConfigParam(&EPICS_IOC_LOG_FILE_NAME, EPICS_IOC_LOG_FILE_TXT);
return 0;
}
epicsPrtEnvParams()
{
envPrtConfigParam(&EPICS_TS_MIN_WEST);
envPrtConfigParam(&EPICS_AR_PORT);
envPrtConfigParam(&EPICS_IOC_LOG_INET);
envPrtConfigParam(&EPICS_IOC_LOG_PORT);
envPrtConfigParam(&EPICS_IOC_LOG_FILE_LIMIT);
envPrtConfigParam(&EPICS_IOC_LOG_FILE_NAME);
return 0;
}
-14
View File
@@ -1,14 +0,0 @@
/* $Id$
* $Log$
* Revision 1.2 1994/09/09 12:40:30 mrk
* Removed env variables for old time support. New uses standard Unix methods.
*
* Revision 1.1 1994/07/17 07:14:24 bordua
* Initial version.
*
*/
char *EPICS_TS_MIN_VALUE= "360";
char *EPICS_IOC_LOG_VALUE= "164.54.8.167";
char *EPICS_IOC_FILE_VALUE= "1000000";
char *EPICS_IOC_LOG_FILE_TXT= "/home/phebos1/epics/apple/log/iocLog.text";