hdf_set_int_value (3) - Linux Manuals

hdf_set_int_value: Set the value of a named node to a number

NAME

hdf_set_int_value - Set the value of a named node to a number

SYNOPSIS

#include <util/neo_hdf.h>

NEOERR* hdf_set_int_value (HDF *hdf, const char *name, int value);

ARGUMENTS

hdf -> the pointer to the hdf dataset
name -> the named node to walk to
value -> the value to set the node to

DESCRIPTION

hdf_set_int_value is a helper function that maps an integer to a string, and then calls hdf_set_value with that string

RETURN VALUE

None