- Adapted indenation to new agreed upon system
- Fixed bad status in poldi zug driver
This commit is contained in:
26
nextrics.h
26
nextrics.h
@@ -14,25 +14,25 @@
|
||||
#define NEXTRICS
|
||||
#include <danu.h>
|
||||
|
||||
typedef struct __NexTrics *pNexTrics;
|
||||
typedef struct __NexTrics *pNexTrics;
|
||||
|
||||
/*----------------------------- live & death -----------------------------*/
|
||||
pNexTrics CreateNexTrics(pDataNumber pNum, char *pRoot, char *pDict,
|
||||
SicsInterp *pSics);
|
||||
void DeleteNexTrics(void *pData);
|
||||
pNexTrics CreateNexTrics(pDataNumber pNum, char *pRoot, char *pDict,
|
||||
SicsInterp * pSics);
|
||||
void DeleteNexTrics(void *pData);
|
||||
|
||||
int NexTricsFactory(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int NexTricsFactory(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
/*----------------------------- interaction ------------------------------*/
|
||||
|
||||
int StartFile(pNexTrics self, SConnection *pCon);
|
||||
|
||||
int ReopenFile(pNexTrics self, char *filename);
|
||||
int StartFile(pNexTrics self, SConnection * pCon);
|
||||
|
||||
int DumpFrame(pNexTrics self, SConnection *pCon);
|
||||
int ReopenFile(pNexTrics self, char *filename);
|
||||
|
||||
int DumpFrame(pNexTrics self, SConnection * pCon);
|
||||
|
||||
int NexTricsAction(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
int NexTricsAction(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user