#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "EcalTBDaqRFIOFile.h"
#include <sys/types.h>
#include <sys/fcntl.h>
#include <stdio.h>
#include <iosfwd>
#include <algorithm>
#include <iostream>
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) |
int | rfio_open (const char *path, int flags, int mode) |
int rfio_fclose | ( | FILE * | fd | ) |
int rfio_feof | ( | FILE * | fp | ) |
FILE* rfio_fopen | ( | char * | path, | |
char * | mode | |||
) |
long rfio_ftell | ( | FILE * | fp | ) |
Referenced by EcalTBDaqRFIOFile::EcalTBDaqRFIOFile().