- Adapted indenation to new agreed upon system
- Fixed bad status in poldi zug driver
This commit is contained in:
15
pimotor.h
15
pimotor.h
@ -11,15 +11,14 @@
|
||||
#include <motor.h>
|
||||
|
||||
|
||||
int PIMotorWrapper(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int PIMotorFactory(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int PIMotorWrapper(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int PIMotorFactory(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
int PISetSpeed(pMotor self, SConnection *pCon, float fNew);
|
||||
int PIGetSpeed(pMotor self, SConnection *pCon, float *fVal);
|
||||
int PISetSpeed(pMotor self, SConnection * pCon, float fNew);
|
||||
int PIGetSpeed(pMotor self, SConnection * pCon, float *fVal);
|
||||
|
||||
int PIHome(pMotor self, SConnection *pCon);
|
||||
int PIHome(pMotor self, SConnection * pCon);
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user