- Adapted indenation to new agreed upon system
- Fixed bad status in poldi zug driver
This commit is contained in:
10
tecsdriv.h
10
tecsdriv.h
@@ -14,16 +14,16 @@
|
||||
#define SICSTECS
|
||||
/*------------------------- The Driver ------------------------------------*/
|
||||
|
||||
pEVDriver CreateTecsDriver(int argc, char *argv[]);
|
||||
pEVDriver CreateTecsDriver(int argc, char *argv[]);
|
||||
|
||||
|
||||
/*------------------------- The Tecs object ------------------------------*/
|
||||
|
||||
int TecsWrapper(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int TecsWrapper(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
int TecsError(pEVDriver self, int *iCode, char *error, int iErrLen);
|
||||
int TecsError(pEVDriver self, int *iCode, char *error, int iErrLen);
|
||||
|
||||
void TecsCustomize(SConnection *pCon, pEVControl pEvc);
|
||||
void TecsCustomize(SConnection * pCon, pEVControl pEvc);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user