#include <IORawData/DTCommissioning/src/RawFile.h>
Go to the source code of this file.
Functions | |
int | rfio_fclose (FILE *fd) |
int | rfio_feof (FILE *fp) |
FILE * | rfio_fopen (char *path, char *mode) |
int | rfio_fread (void *, size_t, size_t, void *) |
int | rfio_fseek (FILE *fp, long offset, int whence) |
long | rfio_ftell (FILE *fp) |
Alcaraz
Definition in file RawFile.cc.
int rfio_fclose | ( | FILE * | fd | ) |
Referenced by RawFile::close(), and EcalTBDaqRFIOFile::close().
int rfio_feof | ( | FILE * | fp | ) |
Referenced by RawFile::eof().
FILE* rfio_fopen | ( | char * | path, | |
char * | mode | |||
) |
Referenced by EcalTBDaqRFIOFile::EcalTBDaqRFIOFile(), and RawFile::open().
Referenced by EcalTBDaqRFIOFile::getEventData(), and RawFile::read().
Referenced by EcalTBDaqRFIOFile::checkEndOfFile(), EcalTBDaqRFIOFile::getEventData(), and RawFile::seek().
long rfio_ftell | ( | FILE * | fp | ) |
Referenced by EcalTBDaqRFIOFile::checkEndOfFile(), and RawFile::tell().