next up previous contents
Next: writeNodeList Up: Write functions Previous: doWriteHdf5Dataset

doCommitHdf5Datatype

int doCommitHdf5Datatype (hid_t loc_id, HL_Node* parentNode, char* parentName, HL_Node* childNode, char* childName)

Creates a ``committed'' datatype in the HDF5 file.

Arguments:

rootGrp: The root group of the file.

parentNode: The parent node of the datatype to be written.

parentName: The name of the parent node.

childNode: The node to be written.

childName: The datatype's name.

Returns 1 upon success, otherwise 0.




2000-08-08