- Adapted indenation to new agreed upon system
- Fixed bad status in poldi zug driver
This commit is contained in:
24
sinq.h
24
sinq.h
@ -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_
|
||||
|
Reference in New Issue
Block a user