Fork me on GitHub

source: svn/trunk/Utilities/mcfio/mcfio_Direct.h@ 153

Last change on this file since 153 was 3, checked in by Xavier Rouby, 16 years ago

first commit

File size: 1.1 KB
Line 
1/*******************************************************************************
2* *
3* mcfio_Direct.h -- Include file for mcfast Direct i/o layer. *
4* *
5* Copyright (c) 1994 Universities Research Association, Inc. *
6* All rights reserved. *
7* *
8*******************************************************************************/
9#define INITIATE 3
10#define FLUSH 4
11int mcfioC_OpenReadDirect(char *filename);
12int mcfioC_OpenReadMapped(char *filename);
13int mcfioC_OpenWriteDirect(char *filename, char *title, char *comment,
14 int numevts_pred, int *blkIds, u_int nBlocks);
15int mcfioC_NextEvent(int stream);
16int mcfioC_SpecificEvent(int stream, int ievt,
17 int istore, int irun, int itrig);
18int mcfioC_NextSpecificEvent(int stream, int ievt,
19 int istore, int irun, int itrig);
20void mcfioC_CloseDirect(int jstr);
21void mcfioC_RewindDirect(int jstr);
22int mcfioC_WrtEvt(mcfStream *str, int mode);
23int mcfioC_Wrttable(mcfStream *str, int mode);
24int mcfioC_Wrtfhead(mcfStream *str, int mode);
Note: See TracBrowser for help on using the repository browser.