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"

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.

Definition in file _lcmaps_db_read.h.


Function Documentation

lcmaps_db_clean  
 

Clean/remove the database structure.

Return values:
0  succes
1  failure

Definition at line 585 of file lcmaps_db_read.c.

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.

Definition at line 555 of file lcmaps_db_read.c.

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)

Definition at line 198 of file lcmaps_db_read.c.

Referenced by lcmaps_db_read_entries.

lcmaps_db_read char *    lcmaps_db
 

Read database from file.

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

Definition at line 89 of file lcmaps_db_read.c.


Generated on Sat Oct 2 02:18:27 2004 for edg-lcmaps by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002