Attach an attribute to a state template

saf_put_state_tmpl_att is a function defined in stempl.c.

Synopsis:

int saf_put_state_tmpl_att(SAF_ParMode pmode, SAF_StateTmpl *stmpl, const char *att_key, hid_t att_type, int count, const void *value)

Description: This function is identical to the generic saf_put_attribute function except that it is specific to SAF__StateTmpl objects to provide the client with compile time type checking. For a description, see saf_put_attribute.

See Also: