Line | |
---|
1 | /*******************************************************************************
|
---|
2 | * *
|
---|
3 | * mc_Sequential.h -- Include file for mcfast Sequential i/o layer. *
|
---|
4 | * *
|
---|
5 | * Copyright (c) 1994 Universities Research Association, Inc. *
|
---|
6 | * All rights reserved. *
|
---|
7 | * *
|
---|
8 | *******************************************************************************/
|
---|
9 | int mcfioC_OpenReadSequential(char *device, char *label, int filenumber);
|
---|
10 | int mcfioC_OpenWriteSequential(char *device, char *label, char *title,
|
---|
11 | char *comment, int numevts_pred,
|
---|
12 | int *blkIds, unsigned int nBlocks);
|
---|
13 | int mcfioC_NextEventSequential(int stream);
|
---|
14 | void mcfioC_CloseSequentialFile(int stream);
|
---|
15 | void mcfioC_CloseSequentialTape(int stream);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.