CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
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().