Files
motorBase/motorApp/OmsSrc/devOmsCom.h
T
2010-04-29 17:04:39 +00:00

41 lines
957 B
C

/*
FILENAME.. devOmsCom.h
USAGE... This file contains OMS device information that is
common to all OMS device support modules.
Version: $Revision$
Modified By: $Author$
Last Modified: $Date$
HeadURL: $URL$
*/
/*
* Original Author: Ron Sluiter
* Date: 12/22/98
*
* Experimental Physics and Industrial Control System (EPICS)
*
* Copyright 1991, the University of Chicago Board of Governors.
*
* This software was produced under U.S. Government contract
* W-31-109-ENG-38 at Argonne National Laboratory.
*
* Beamline Controls & Data Acquisition Group
* Experimental Facilities Division
* Advanced Photon Source
* Argonne National Laboratory
*
* Modification Log:
* -----------------
*/
#ifndef INCdevOmsComh
#define INCdevOmsComh 1
#include "motordevCom.h"
extern RTN_STATUS oms_build_trans(motor_cmnd, double *, struct motorRecord *);
#endif /* INCdevOmsComh */