xdrfloat.c File Reference

#include <stdlib.h>
#include "xdr.h"

Include dependency graph for xdrfloat.c:

Go to the source code of this file.

Functions

int db__send_float (float d)
int db__recv_float (float *d)
int db__send_float_array (float *x, int n)
int db__recv_float_array (float **x, int *n)


Function Documentation

int db__recv_float ( float *  d  ) 

Definition at line 21 of file xdrfloat.c.

References db_protocol_error(), xdr_begin_recv(), and xdr_end_recv().

int db__recv_float_array ( float **  x,
int *  n 
)

Definition at line 66 of file xdrfloat.c.

References db_calloc(), db_protocol_error(), xdr_begin_recv(), and xdr_end_recv().

int db__send_float ( float  d  ) 

Definition at line 4 of file xdrfloat.c.

References db_protocol_error(), xdr_begin_send(), and xdr_end_send().

int db__send_float_array ( float *  x,
int  n 
)

Definition at line 37 of file xdrfloat.c.

References db_protocol_error(), xdr_begin_send(), and xdr_end_send().


Generated on Sun Apr 6 17:31:58 2008 for GRASS by  doxygen 1.5.5