GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-847944e18e
|
DBMI Library (base) - external data representation (token) More...
#include <grass/dbmi.h>
Go to the source code of this file.
Functions | |
int | db__send_token (dbToken *token) |
Send token. More... | |
int | db__recv_token (dbToken *token) |
Receive token. More... | |
DBMI Library (base) - external data representation (token)
(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 xdrtoken.c.
int db__recv_token | ( | dbToken * | token | ) |
Receive token.
token |
Definition at line 36 of file xdrtoken.c.
References db__recv_int().
int db__send_token | ( | dbToken * | token | ) |
Send token.
token |
Definition at line 24 of file xdrtoken.c.
References db__send_int().