ocssw
V2022
|
read_l3b_meta.c File Reference
#include <math.h>
#include "netcdf.h"
#include "meta_l3b.h"
#include <sensorInfo.h>
#include <timeutils.h>
#include <genutils.h>
#include <hdf.h>
#include <mfhdf.h>
Include dependency graph for read_l3b_meta.c:
Go to the source code of this file.
Functions | |
int32_t | read_l3b_meta_hdf4 (int32_t sdfid, meta_l3bType *meta_l3b) |
int32_t | rdattr (int32_t sdfid, char *attr_name, void *buf) |
int32_t | getattrsz (int32_t id, char *attr_name, int32_t *nt, int32_t *count) |
int32_t | read_l3b_meta_hdf5 (hid_t grp0, meta_l3bType *meta_l3b) |
int32_t | read_l3b_meta_netcdf4 (int ncid, meta_l3bType *meta_l3b) |
Function Documentation
◆ getattrsz()
int32_t getattrsz | ( | int32_t | id, |
char * | attr_name, | ||
int32_t * | nt, | ||
int32_t * | count | ||
) |
Definition at line 747 of file read_l3b_meta.c.
◆ rdattr()
int32_t rdattr | ( | int32_t | sdfid, |
char * | attr_name, | ||
void * | buf | ||
) |
Definition at line 703 of file read_l3b_meta.c.
◆ read_l3b_meta_hdf4()
int32_t read_l3b_meta_hdf4 | ( | int32_t | sdfid, |
meta_l3bType * | meta_l3b | ||
) |
Definition at line 126 of file read_l3b_meta.c.
◆ read_l3b_meta_hdf5()
int32_t read_l3b_meta_hdf5 | ( | hid_t | grp0, |
meta_l3bType * | meta_l3b | ||
) |
Definition at line 767 of file read_l3b_meta.c.
◆ read_l3b_meta_netcdf4()
int32_t read_l3b_meta_netcdf4 | ( | int | ncid, |
meta_l3bType * | meta_l3b | ||
) |
Definition at line 930 of file read_l3b_meta.c.