Files
motorBase/motorApp/MotorSimSrc/drvMotorSim.h
T
2006-03-21 22:59:40 +00:00

14 lines
237 B
C

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