Files
motorBase/motorApp/MotorSimSrc/drvMotorSim.h
T
Peter Denison ede6b73b0e Fix 'not ready' error by removing needUpdate=1 on MotorStatus
use MotorStatus interface for all status calls
add start position to motor simulator
2006-08-10 08:12:47 +00:00

14 lines
243 B
C

#ifndef DRV_MOTOR_SIM_H
#define DRV_MOTOR_SIM_H
#ifdef __cplusplus
extern "C" {
#endif
void motorSimCreate( int card, int axis, int hiLimit, int lowLimit, int home, int nCards, int nAxes, int startPosn );
#ifdef __cplusplus
}
#endif
#endif