- Adapted indenation to new agreed upon system
- Fixed bad status in poldi zug driver
This commit is contained in:
18
ltc11.h
18
ltc11.h
@ -13,12 +13,12 @@
|
||||
#ifndef LTC11
|
||||
#define LTC11
|
||||
|
||||
pEVDriver CreateLTC11Driver(int argc, char *argv[]);
|
||||
|
||||
int LTC11GetMode(pEVDriver self, int *iMode);
|
||||
int LTC11SetMode(pEVDriver self, int iMode);
|
||||
|
||||
int LTC11Action(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
#endif
|
||||
pEVDriver CreateLTC11Driver(int argc, char *argv[]);
|
||||
|
||||
int LTC11GetMode(pEVDriver self, int *iMode);
|
||||
int LTC11SetMode(pEVDriver self, int iMode);
|
||||
|
||||
int LTC11Action(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user