ICP  1
Typedefs | Functions
vms_convert.h File Reference

Go to the source code of this file.

Typedefs

typedef int fort_int
 

Functions

unsigned short local_to_vax_short (const unsigned short *s)
 
unsigned short vax_to_local_short (const unsigned short *s)
 
unsigned local_to_vax_int (const fort_int *i)
 
unsigned vax_to_local_int (const fort_int *i)
 
void local_to_vax_shorts (unsigned short *sa, const int *n)
 
void vax_to_local_shorts (unsigned short *sa, const int *n)
 
void local_to_vax_ints (fort_int *ia, const fort_int *n)
 
void vax_to_local_ints (fort_int *ia, const fort_int *n)
 
void vaxf_to_local (float *val, const int *n, int *errcode)
 
void local_to_vaxf (float *val, const int *n, int *errcode)
 
void local_to_ieee_float (float *val, const int *n, int *errcode)
 
void local_to_ieee_double (double *val, const int *n, int *errcode)
 
void ieee_float_to_local (float *val, const int *n, int *errcode)
 
void ieee_double_to_local (double *val, const int *n, int *errcode)
 

Typedef Documentation

typedef int fort_int

Definition at line 4 of file vms_convert.h.

Function Documentation

void ieee_double_to_local ( double *  val,
const int *  n,
int *  errcode 
)

Definition at line 435 of file vms_convert.cpp.

void ieee_float_to_local ( float *  val,
const int *  n,
int *  errcode 
)

Definition at line 413 of file vms_convert.cpp.

void local_to_ieee_double ( double *  val,
const int *  n,
int *  errcode 
)

Definition at line 481 of file vms_convert.cpp.

void local_to_ieee_float ( float *  val,
const int *  n,
int *  errcode 
)

Definition at line 458 of file vms_convert.cpp.

unsigned local_to_vax_int ( const fort_int i)

Definition at line 55 of file vms_convert.cpp.

References swap_int.

void local_to_vax_ints ( fort_int ia,
const fort_int n 
)

Definition at line 97 of file vms_convert.cpp.

References swap_int.

unsigned short local_to_vax_short ( const unsigned short *  s)

Definition at line 37 of file vms_convert.cpp.

References swap_short.

void local_to_vax_shorts ( unsigned short *  sa,
const int *  n 
)

Definition at line 73 of file vms_convert.cpp.

References swap_short.

void local_to_vaxf ( float *  val,
const int *  n,
int *  errcode 
)

Definition at line 393 of file vms_convert.cpp.

References ieee_to_vax_float().

Referenced by ISISRAW::ioRAW().

unsigned vax_to_local_int ( const fort_int i)

Definition at line 64 of file vms_convert.cpp.

References swap_int.

void vax_to_local_ints ( fort_int ia,
const fort_int n 
)

Definition at line 110 of file vms_convert.cpp.

References swap_int.

unsigned short vax_to_local_short ( const unsigned short *  s)

Definition at line 46 of file vms_convert.cpp.

References swap_short.

void vax_to_local_shorts ( unsigned short *  sa,
const int *  n 
)

Definition at line 85 of file vms_convert.cpp.

References swap_short.

void vaxf_to_local ( float *  val,
const int *  n,
int *  errcode 
)

Definition at line 362 of file vms_convert.cpp.

References vax_to_ieee_float().

Referenced by ISISRAW::ioRAW().