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

RELATED TO hdf_set_int_value…