OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
epr_dataset.h
Go to the documentation of this file.
1 /*
2  * $Id: epr_dataset.h,v 1.1.1.1 2004-10-28 19:22:22 norman Exp $
3  *
4  * Copyright (C) 2002 by Brockmann Consult (info@brockmann-consult.de)
5  *
6  * This program is free software; you can redistribute it and/or modify it
7  * under the terms of the GNU General Public License as published by the
8  * Free Software Foundation. This program is distributed in the hope it will
9  * be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
10  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11  * See the GNU General Public License for more details.
12  *
13  * You should have received a copy of the GNU General Public License
14  * along with this program; if not, write to the Free Software
15  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16  */
17 
18 #ifndef EPR_DATASET_H_INCL
19 #define EPR_DATASET_H_INCL
20 
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24 
28 EPR_SDatasetId* epr_create_dataset_id(EPR_SProductId* product_id,
29  const EPR_SDSD* dsd,
30  const char* dataset_name,
31  const struct RecordDescriptor* record_info_ref,
32  const char* dsd_name,
33  const char* description);
41 void epr_free_dataset_id(EPR_SDatasetId* dataset_id);
42 
43 
44 EPR_SPtrArray* epr_create_dataset_ids(EPR_SProductId* product_id);
45 
46 #ifdef __cplusplus
47 } /* extern "C" */
48 #endif
49 
50 #endif
51 /* #ifndef EPR_DATASET_H_INCL */
52 
void epr_free_dataset_id(EPR_SDatasetId *dataset_id)
Definition: epr_dataset.c:76
EPR_SDatasetId * epr_create_dataset_id(EPR_SProductId *product_id, const EPR_SDSD *dsd, const char *dataset_name, const struct RecordDescriptor *record_info_ref, const char *dsd_name, const char *description)
Definition: epr_dataset.c:42
EPR_SPtrArray * epr_create_dataset_ids(EPR_SProductId *product_id)
Definition: epr_dataset.c:102
What value is used by your function when the data value is bad Default is BAD_FLT l2prod product_id[0]
description
Definition: setup.py:16