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

RELATED TO hdf_get_obj…