GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-f8115df121
xdrvalue.c File Reference

DBMI Library (base) - external data representation (value) More...

#include <grass/dbmi.h>
#include <grass/glocale.h>
#include "macros.h"
Include dependency graph for xdrvalue.c:

Go to the source code of this file.

Functions

int db__send_value (dbValue *value, int Ctype)
 Send value. More...
 
int db__recv_value (dbValue *value, int Ctype)
 Receive value. More...
 

Detailed Description

DBMI Library (base) - external data representation (value)

(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.

Author
Joel Jones (CERL/UIUC), Radim Blazek, Brad Douglas, Markus Neteler
Doxygenized by Martin Landa <landa.martin gmail.com> (2011)

Definition in file xdrvalue.c.

Function Documentation

◆ db__recv_value()

int db__recv_value ( dbValue value,
int  Ctype 
)

◆ db__send_value()