hdf_obj_name (3) - Linux Manuals

hdf_obj_name: Return the name of a node

NAME

hdf_obj_name - Return the name of a node

SYNOPSIS

#include <util/neo_hdf.h>

char* hdf_obj_name (HDF *hdf);

ARGUMENTS

hdf -> the hdf dataset node

DESCRIPTION

hdf_obj_name is an accessor function for a datset node which returns the name of the node. This is just the local name, and not the full path.

RETURN VALUE

None