- Adapted indenation to new agreed upon system
- Added support for second generation scriptcontext based counter
This commit is contained in:
46
drive.h
46
drive.h
@ -9,29 +9,29 @@
|
||||
#ifndef SICSDRIVE
|
||||
#define SICSDRIVE
|
||||
#include "conman.h"
|
||||
|
||||
int Drive(SConnection *pCon,SicsInterp *pSics, char *name, float fNew);
|
||||
|
||||
int Start2Run(SConnection *pCon, SicsInterp *pSics, char *name, float
|
||||
fNew);
|
||||
|
||||
int DriveWrapper(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
/*
|
||||
the wrapper function for the drive command
|
||||
*/
|
||||
|
||||
int RunWrapper(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
/*
|
||||
the wrapper function for the run command
|
||||
*/
|
||||
|
||||
|
||||
int MakeDrive(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
/*
|
||||
the factory function for the Drive & Run command
|
||||
*/
|
||||
int Drive(SConnection * pCon, SicsInterp * pSics, char *name, float fNew);
|
||||
|
||||
int Start2Run(SConnection * pCon, SicsInterp * pSics, char *name, float
|
||||
fNew);
|
||||
|
||||
int DriveWrapper(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
/*
|
||||
the wrapper function for the drive command
|
||||
*/
|
||||
|
||||
int RunWrapper(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
/*
|
||||
the wrapper function for the run command
|
||||
*/
|
||||
|
||||
|
||||
int MakeDrive(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
/*
|
||||
the factory function for the Drive & Run command
|
||||
*/
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user