changes.mady.by.user Mike McGreevy
Saved on Nov 15, 2017
Saved on Dec 04, 2017
Reads a dataset from disk.
H5LT_READ_DATASET_LONG(loc_id, dset_name, buffer)
<pre><code class="language-c">herr_t H5LTread_dataset_long ( hid_t loc_id, const char *dset_name, long *buffer )</code></pre>
loc_id
dset_name
buffer
OUT: Buffer with data.
H5LTread_dataset_long reads a dataset named dset_name attached to the object specified by the identifier loc_id. The HDF5 datatype is H5T_NATIVE_LONG.
H5LTread_dataset_long
Returns a non-negative value if successful; otherwise returns a negative value.
Coming Soon!