GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
xdrfloat.c File Reference
#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 (const float *x, int n)
 
int db__recv_float_array (float **x, int *n)
 

Function Documentation

int db__recv_float ( float *  d)

Definition at line 17 of file xdrfloat.c.

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

int db__recv_float_array ( float **  x,
int n 
)

Definition at line 49 of file xdrfloat.c.

References count, db__recv(), db_calloc(), db_protocol_error(), NULL, and stat.

int db__send_float ( float  d)

Definition at line 4 of file xdrfloat.c.

References db__send(), db_protocol_error(), and stat.

int db__send_float_array ( const float *  x,
int  n 
)

Definition at line 31 of file xdrfloat.c.

References db__send(), db_protocol_error(), and stat.