xdrdouble.c File Reference

#include "xdr.h"
Include dependency graph for xdrdouble.c:

Go to the source code of this file.

Functions

int db__send_double (double d)
int db__recv_double (double *d)
int db__send_double_array (const double *x, int n)
int db__recv_double_array (double **x, int *n)

Function Documentation

int db__recv_double ( double *  d  ) 

Definition at line 17 of file xdrdouble.c.

References db__recv(), and db_protocol_error().

int db__recv_double_array ( double **  x,
int *  n 
)

Definition at line 49 of file xdrdouble.c.

References db__recv(), db_calloc(), and db_protocol_error().

int db__send_double ( double  d  ) 

Definition at line 4 of file xdrdouble.c.

References db__send(), and db_protocol_error().

int db__send_double_array ( const double *  x,
int  n 
)

Definition at line 31 of file xdrdouble.c.

References db__send(), and db_protocol_error().


Generated on Sat Oct 24 03:24:34 2009 for GRASS Programmer's Manual by  doxygen 1.6.1