CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_4_1_8_patch13/src/IORawData/DTCommissioning/src/RawFile.cc File Reference

#include <IORawData/DTCommissioning/src/RawFile.h>
#include <cstring>
#include <cstdio>

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)

Detailed Description

Author:
J. Alcaraz

Definition in file RawFile.cc.


Function Documentation

int rfio_fclose ( FILE *  fd)

Referenced by RawFile::close().

int rfio_feof ( FILE *  fp)

Referenced by RawFile::eof().

FILE* rfio_fopen ( char *  path,
char *  mode 
)

Referenced by RawFile::open().

int rfio_fread ( void *  ,
size_t  ,
size_t  ,
void *   
)

Referenced by RawFile::read().

int rfio_fseek ( FILE *  fp,
long  offset,
int  whence 
)

Referenced by RawFile::seek().

long rfio_ftell ( FILE *  fp)

Referenced by RawFile::tell().