- Adapted indenation to new agreed upon system

- Fixed bad status in poldi zug driver
This commit is contained in:
koennecke
2009-02-13 09:01:03 +00:00
parent 6c7bb14fad
commit eb72d5c486
151 changed files with 38234 additions and 38208 deletions

24
sinq.h
View File

@ -16,18 +16,18 @@
#define MAXLOG 300
/*-------------------------------------------------------------------------*/
typedef struct {
pObjectDescriptor pDes;
char d110[2024];
char a110[2024];
int receiveSocket;
int lastSinq[MAXLOG];
int lastCount;
}Sinq, *pSinq;
pObjectDescriptor pDes;
char d110[2024];
char a110[2024];
int receiveSocket;
int lastSinq[MAXLOG];
int lastCount;
} Sinq, *pSinq;
/*----------------------- interpreter interface ------------------------*/
int SinqFactory(SConnection *pCon, SicsInterp *pSics,
void *pData, int argc, char *argv[]);
int SinqWrapper(SConnection *pCon, SicsInterp *pSics,
void *pData, int argc, char *argv[]);
int SinqFactory(SConnection * pCon, SicsInterp * pSics,
void *pData, int argc, char *argv[]);
int SinqWrapper(SConnection * pCon, SicsInterp * pSics,
void *pData, int argc, char *argv[]);
/*-------------------------------------------------------------------------*/
#define SINQBEAM 1
#define RINGBEAM 2
@ -39,4 +39,4 @@ int SinqWrapper(SConnection *pCon, SicsInterp *pSics,
*/
int getSinqBeam(pSinq self, int code);
#endif //_SINQ_H_
#endif //_SINQ_H_