|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-f6f2c534ea
|
DBMI Library (base) - external data representation (double) More...
#include "xdr.h"
Go to the source code of this file.
Functions | |
| int | db__send_double (double d) |
| Send double. | |
| int | db__recv_double (double *d) |
| Receive double. | |
| int | db__send_double_array (const double *x, int n) |
| Send double array. | |
| int | db__recv_double_array (double **x, int *n) |
| Receive double array. | |
DBMI Library (base) - external data representation (double)
(C) 1999-2009, 2011 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file xdrdouble.c.
Receive double.
| d |
Definition at line 42 of file xdrdouble.c.
References db__recv(), DB_OK, DB_PROTOCOL_ERR, and db_protocol_error().
Receive double array.
Returns an allocated array of doubles Caller is responsible for free()
| x | |
| n |
Definition at line 90 of file xdrdouble.c.
References count, db__recv(), db_calloc(), DB_OK, DB_PROTOCOL_ERR, db_protocol_error(), NULL, and x.
Send double.
| d |
Definition at line 24 of file xdrdouble.c.
References db__send(), DB_OK, DB_PROTOCOL_ERR, and db_protocol_error().
Send double array.
| x | |
| n |
Definition at line 63 of file xdrdouble.c.
References db__send(), DB_OK, DB_PROTOCOL_ERR, db_protocol_error(), and x.