- Adapted indenation to new agreed upon system
- Added support for second generation scriptcontext based counter
This commit is contained in:
@ -10,8 +10,9 @@
|
||||
#define TASDRIV
|
||||
#include "tasub.h"
|
||||
|
||||
int InstallTasMotor(SicsInterp *pSics, ptasUB self, int tasVar, char *name);
|
||||
int InstallTasQMMotor(SicsInterp *pSics, ptasUB self);
|
||||
int TasMot(SConnection *pCon,SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int InstallTasMotor(SicsInterp * pSics, ptasUB self, int tasVar,
|
||||
char *name);
|
||||
int InstallTasQMMotor(SicsInterp * pSics, ptasUB self);
|
||||
int TasMot(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user