- Adapted indenation to new agreed upon system
- Added support for second generation scriptcontext based counter
This commit is contained in:
22
mcreader.h
22
mcreader.h
@ -7,22 +7,20 @@
|
||||
|
||||
Mark Koennecke, June 2005
|
||||
-------------------------------------------------------------------------------------*/
|
||||
#ifndef MCSTASREADER
|
||||
#ifndef MCSTASREADER
|
||||
#define MCSTASREADER
|
||||
#include "sics.h"
|
||||
#include "napi.h"
|
||||
|
||||
typedef struct {
|
||||
pObjectDescriptor pDes;
|
||||
NXhandle handle;
|
||||
char nexusError[1024];
|
||||
}McStasReader, *pMcStasReader;
|
||||
pObjectDescriptor pDes;
|
||||
NXhandle handle;
|
||||
char nexusError[1024];
|
||||
} McStasReader, *pMcStasReader;
|
||||
/*-----------------------------------------------------------------------------*/
|
||||
int McStasReaderFactory(SConnection *pCon, SicsInterp *pSics,
|
||||
void *pData, int argc, char *argv[]);
|
||||
int McStasReaderWrapper(SConnection *pCon, SicsInterp *pSics,
|
||||
void *pData, int argc, char *argv[]);
|
||||
|
||||
int McStasReaderFactory(SConnection * pCon, SicsInterp * pSics,
|
||||
void *pData, int argc, char *argv[]);
|
||||
int McStasReaderWrapper(SConnection * pCon, SicsInterp * pSics,
|
||||
void *pData, int argc, char *argv[]);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user