/*-------------------------------------------------------------------------- * 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