Added to repository.
r986 | ffr | 2006-05-09 09:17:15 +1000 (Tue, 09 May 2006) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
a72513165b
commit
81359a740f
17
site_ansto/motor_asim.h
Normal file
17
site_ansto/motor_asim.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/*--------------------------------------------------------------------------
|
||||
* motor_asim.h
|
||||
|
||||
Header file for ANSTO Simulation Motor
|
||||
Based on SINQ "modriv.h" for EL734 motor driver by Mark Koennecke 1996
|
||||
Modifications Paul Hathaway April 2004
|
||||
|
||||
Copyright: see implementation file
|
||||
---------------------------------------------------------------------------*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
MotorDriver *CreateASIM(SConnection *pCon, int argc, char *argv[]);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user