00001 /* 00002 * $Id: epr__dataset_8h_source.html,v 1.11 2013/02/14 16:57:53 pascal Exp $ 00003 * 00004 * Copyright (C) 2002 by Brockmann Consult (info@brockmann-consult.de) 00005 * 00006 * This program is free software; you can redistribute it and/or modify it 00007 * under the terms of the GNU General Public License as published by the 00008 * Free Software Foundation. This program is distributed in the hope it will 00009 * be useful, but WITHOUT ANY WARRANTY; without even the implied warranty 00010 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00011 * See the GNU General Public License for more details. 00012 * 00013 * You should have received a copy of the GNU General Public License 00014 * along with this program; if not, write to the Free Software 00015 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 00016 */ 00017 00018 #ifndef EPR_DATASET_H_INCL 00019 #define EPR_DATASET_H_INCL 00020 00021 #ifdef __cplusplus 00022 extern "C" 00023 { 00024 #endif 00025 00029 EPR_SDatasetId* epr_create_dataset_id(EPR_SProductId* product_id, 00030 const EPR_SDSD* dsd, 00031 const char* dataset_name, 00032 const struct RecordDescriptor* record_info_ref, 00033 const char* dsd_name, 00034 const char* description); 00042 void epr_free_dataset_id(EPR_SDatasetId* dataset_id); 00043 00044 00045 EPR_SPtrArray* epr_create_dataset_ids(EPR_SProductId* product_id); 00046 00047 #ifdef __cplusplus 00048 } /* extern "C" */ 00049 #endif 00050 00051 #endif 00052 /* #ifndef EPR_DATASET_H_INCL */