Files
motorBase/motorApp/OmsSrc/devOmsCom.h
T
Torsten Bögershausen 532afdc5a0 Remove all lines with svn keywords
They have no meaning in Git, are not updated and may cause unwanted diffs when
otherwise nothing is changed in a file
2015-11-23 08:23:12 +01:00

37 lines
860 B
C

/*
FILENAME.. devOmsCom.h
USAGE... This file contains OMS device information that is
common to all OMS device support modules.
*/
/*
* 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 */