Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

_lcmaps_db_read.h File Reference

Internal header file of LCMAPS database reader. More...

#include "lcmaps_db_read.h"

Include dependency graph for _lcmaps_db_read.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Functions

lcmaps_db_entry_tlcmaps_db_fill_entry (lcmaps_db_entry_t **plcmaps_db, lcmaps_db_entry_t *db_entry)
 Add a database entry to a list. More...

lcmaps_db_entry_t** lcmaps_db_read (char *lcmaps_db_fname)
 Read database from file. More...

int lcmaps_db_clean_list (lcmaps_db_entry_t **list)
 Clean/remove the database list. More...

int lcmaps_db_clean ()
 Clean/remove the database structure. More...


Detailed Description

Internal header file of LCMAPS database reader.

Author:
Martijn Steenbakkers for the EU DataGrid.

This header contains the declarations of the LCMAPS database reader functions and typedefs.

For internal use only.

Definition in file _lcmaps_db_read.h.


Function Documentation

int lcmaps_db_clean ( )
 

Clean/remove the database structure.

Return values:
0   succes
1   failure

For internal use only.

Definition at line 585 of file lcmaps_db_read.c.

Referenced by startPluginManager().

int lcmaps_db_clean_list ( lcmaps_db_entry_t ** list )
 

Clean/remove the database list.

Parameters:
list   pointer to the database list
Return values:
0   succes.
1   failure.

For internal use only.

Definition at line 555 of file lcmaps_db_read.c.

lcmaps_db_entry_t * lcmaps_db_fill_entry ( lcmaps_db_entry_t ** list,
lcmaps_db_entry_t * entry )
 

Add a database entry to a list.

Parameters:
list   database list (array of database entry pointers)
entry   the database entry to be added
Returns:
a pointer to the newly created database entry in the list or NULL (error)

For internal use only.

Definition at line 198 of file lcmaps_db_read.c.

lcmaps_db_entry_t ** lcmaps_db_read ( char * lcmaps_db_fname )
 

Read database from file.

Parameters:
lcmaps_db_fname   database file.
Returns:
a pointer to the database list

For internal use only.

Definition at line 89 of file lcmaps_db_read.c.


Generated at Thu Mar 4 17:39:05 2004 for edg-lcmaps by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001