hdf_get_child (3) - Linux Manuals

hdf_get_child: return the first child of the named node

NAME

hdf_get_child - return the first child of the named node

SYNOPSIS

#include <util/neo_hdf.h>

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

ARGUMENTS

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

DESCRIPTION

hdf_get_child will walk the dataset starting at hdf to name, and return the first child of that node

RETURN VALUE

None