Moved to C++ for R3.14.x.

This commit is contained in:
Ron Sluiter
2003-05-27 13:39:41 +00:00
parent 9f4e9e0db0
commit 8c0787d33d
4 changed files with 971 additions and 0 deletions

45
acsApp/src/AcsRegister.h Normal file
View File

@@ -0,0 +1,45 @@
/*
FILENAME... AcsRegister.h
USAGE... This file contains function prototypes for ACS IOC shell commands.
Version: $Revision: 1.1 $
Modified By: $Author: sluiter $
Last Modified: $Date: 2003-05-27 13:39:40 $
*/
/*
* Original Author: Ron Sluiter
* Date: 05/19/03
*
* 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:
* -----------------
*/
#include "motor.h"
#include "motordrvCom.h"
/* Function prototypes. */
extern RTN_STATUS MCB4BSetup(int, int, int);
extern RTN_STATUS MCB4BConfig(int, int, const char *);