cfitsio  3390
Functions
buffers.c File Reference
#include <string.h>
#include <stdlib.h>
#include "fitsio2.h"
Include dependency graph for buffers.c:

Functions

int ffmbyt (fitsfile *fptr, LONGLONG bytepos, int err_mode, int *status)
 
int ffpbyt (fitsfile *fptr, LONGLONG nbytes, void *buffer, int *status)
 
int ffpbytoff (fitsfile *fptr, long gsize, long ngroups, long offset, void *buffer, int *status)
 
int ffgbyt (fitsfile *fptr, LONGLONG nbytes, void *buffer, int *status)
 
int ffgbytoff (fitsfile *fptr, long gsize, long ngroups, long offset, void *buffer, int *status)
 
int ffldrc (fitsfile *fptr, long record, int err_mode, int *status)
 
int ffwhbf (fitsfile *fptr, int *nbuff)
 
int ffflus (fitsfile *fptr, int *status)
 
int ffflsh (fitsfile *fptr, int clearbuf, int *status)
 
int ffbfeof (fitsfile *fptr, int *status)
 
int ffbfwt (FITSfile *Fptr, int nbuff, int *status)
 
int ffgrsz (fitsfile *fptr, long *ndata, int *status)
 
int ffgtbb (fitsfile *fptr, LONGLONG firstrow, LONGLONG firstchar, LONGLONG nchars, unsigned char *values, int *status)
 
int ffgi1b (fitsfile *fptr, LONGLONG byteloc, long nvals, long incre, unsigned char *values, int *status)
 
int ffgi2b (fitsfile *fptr, LONGLONG byteloc, long nvals, long incre, short *values, int *status)
 
int ffgi4b (fitsfile *fptr, LONGLONG byteloc, long nvals, long incre, INT32BIT *values, int *status)
 
int ffgi8b (fitsfile *fptr, LONGLONG byteloc, long nvals, long incre, long *values, int *status)
 
int ffgr4b (fitsfile *fptr, LONGLONG byteloc, long nvals, long incre, float *values, int *status)
 
int ffgr8b (fitsfile *fptr, LONGLONG byteloc, long nvals, long incre, double *values, int *status)
 
int ffptbb (fitsfile *fptr, LONGLONG firstrow, LONGLONG firstchar, LONGLONG nchars, unsigned char *values, int *status)
 
int ffpi1b (fitsfile *fptr, long nvals, long incre, unsigned char *values, int *status)
 
int ffpi2b (fitsfile *fptr, long nvals, long incre, short *values, int *status)
 
int ffpi4b (fitsfile *fptr, long nvals, long incre, INT32BIT *values, int *status)
 
int ffpi8b (fitsfile *fptr, long nvals, long incre, long *values, int *status)
 
int ffpr4b (fitsfile *fptr, long nvals, long incre, float *values, int *status)
 
int ffpr8b (fitsfile *fptr, long nvals, long incre, double *values, int *status)
 

Function Documentation

int ffbfeof ( fitsfile fptr,
int *  status 
)

Here is the caller graph for this function:

int ffbfwt ( FITSfile Fptr,
int  nbuff,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffflsh ( fitsfile fptr,
int  clearbuf,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffflus ( fitsfile fptr,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgbyt ( fitsfile fptr,
LONGLONG  nbytes,
void *  buffer,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgbytoff ( fitsfile fptr,
long  gsize,
long  ngroups,
long  offset,
void *  buffer,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgi1b ( fitsfile fptr,
LONGLONG  byteloc,
long  nvals,
long  incre,
unsigned char *  values,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgi2b ( fitsfile fptr,
LONGLONG  byteloc,
long  nvals,
long  incre,
short *  values,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgi4b ( fitsfile fptr,
LONGLONG  byteloc,
long  nvals,
long  incre,
INT32BIT values,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgi8b ( fitsfile fptr,
LONGLONG  byteloc,
long  nvals,
long  incre,
long *  values,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgr4b ( fitsfile fptr,
LONGLONG  byteloc,
long  nvals,
long  incre,
float *  values,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgr8b ( fitsfile fptr,
LONGLONG  byteloc,
long  nvals,
long  incre,
double *  values,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgrsz ( fitsfile fptr,
long *  ndata,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgtbb ( fitsfile fptr,
LONGLONG  firstrow,
LONGLONG  firstchar,
LONGLONG  nchars,
unsigned char *  values,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffldrc ( fitsfile fptr,
long  record,
int  err_mode,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffmbyt ( fitsfile fptr,
LONGLONG  bytepos,
int  err_mode,
int *  status 
)

Here is the call graph for this function:

int ffpbyt ( fitsfile fptr,
LONGLONG  nbytes,
void *  buffer,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffpbytoff ( fitsfile fptr,
long  gsize,
long  ngroups,
long  offset,
void *  buffer,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffpi1b ( fitsfile fptr,
long  nvals,
long  incre,
unsigned char *  values,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffpi2b ( fitsfile fptr,
long  nvals,
long  incre,
short *  values,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffpi4b ( fitsfile fptr,
long  nvals,
long  incre,
INT32BIT values,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffpi8b ( fitsfile fptr,
long  nvals,
long  incre,
long *  values,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffpr4b ( fitsfile fptr,
long  nvals,
long  incre,
float *  values,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffpr8b ( fitsfile fptr,
long  nvals,
long  incre,
double *  values,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffptbb ( fitsfile fptr,
LONGLONG  firstrow,
LONGLONG  firstchar,
LONGLONG  nchars,
unsigned char *  values,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffwhbf ( fitsfile fptr,
int *  nbuff 
)

Here is the caller graph for this function: