hdf_get_obj (3) - Linux Manuals

hdf_get_obj: return the HDF data set node at a named location

NAME

hdf_get_obj - return the HDF data set node at a named location

SYNOPSIS

#include <util/neo_hdf.h>

HDF* hdf_get_obj (HDF *hdf, const char *name);

ARGUMENTS

hdf -> the dataset node to start from
name -> the name to walk to

DESCRIPTION

hdf_get_obj walks the dataset given by hdf to the node named name, and then returns the pointer to that node

RETURN VALUE

None