- Fixes to make SL6 work
- New NeXus libraries - Added new raw binary transfer mode for mass data - Added a check script option to configurable virtual motor SKIPPED: psi/dumprot.c psi/make_gen psi/psi.c psi/rebin.c psi/sanslirebin.c
This commit is contained in:
4
conman.h
4
conman.h
@ -15,7 +15,7 @@
|
||||
|
||||
copyright: see copyright.h
|
||||
|
||||
substantially for the new asynchronous I/O system
|
||||
substantially revised for the new asynchronous I/O system
|
||||
|
||||
Mark Koennecke, January 2009
|
||||
----------------------------------------------------------------------------*/
|
||||
@ -100,6 +100,8 @@ int SCWriteUUencoded(SConnection * pCon, char *pName, void *iData,
|
||||
int iLen);
|
||||
int SCWriteZipped(SConnection * pCon, char *pName, void *pData,
|
||||
int iDataLen);
|
||||
int SCWriteBinary(SConnection * pCon, char *pName, void *pData,
|
||||
int iDataLen);
|
||||
writeFunc SCGetWriteFunc(SConnection * pCon);
|
||||
void SCSetWriteFunc(SConnection * pCon, writeFunc x);
|
||||
int SCOnlySockWrite(SConnection * self, char *buffer, int iOut);
|
||||
|
Reference in New Issue
Block a user