Files
sics/site_ansto/motor_dmc2280.h
Douglas Clowes a18500cbf0 multichan becomes AsyncQueue and AsyncProtocol
r1957 | dcl | 2007-05-11 17:28:31 +1000 (Fri, 11 May 2007) | 2 lines
2012-11-15 13:16:58 +11:00

25 lines
579 B
C

/*--------------------------------------------------------------------------
* dmc2280.h
The Galil motion controller driver include file
Nick Hauser, March 2004
copyright: see implementation file.
---------------------------------------------------------------------------*/
#ifdef __cplusplus
extern "C" {
#endif
void DMC2280InitProtocol(SicsInterp *pSics);
MotorDriver *CreateDMC2280(SConnection *pCon, char* motor, char *params);
int DMC2280Action(SConnection *pCon, SicsInterp *pSics, void *pData,
int argc, char *argv[]);
#ifdef __cplusplus
}
#endif