Class Reference for E1039 Core & Analysis Software
Home page
Related Pages
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
evio.h
Go to the documentation of this file.
1
/* prototypes */
2
#ifdef __cplusplus
3
extern
"C"
{
4
#endif
5
6
int
evOpen
(
char
*filename,
char
*flags,
int
*handle);
7
int
evRead
(
int
handle,
int
*buffer,
int
size);
8
int
evClose
(
int
handle);
9
10
11
#ifdef __cplusplus
12
}
13
14
#endif
evOpen
int evOpen(char *fname, char *flags, int *handle)
Definition:
evio.c:187
evClose
int evClose(int handle)
Definition:
evio.c:586
evRead
int evRead(int handle, int *buffer, int buflen)
Definition:
evio.c:369
e1039-core
online
decoder_maindaq
evio.h
Built by
Haiwang Yu
. updated:
Wed May 26 2021 21:44:02
using
1.8.5 with
SeaQuest GitHub integration