Jump to ...
Summary
Description
Example
Switch language ...
C
C++
FORTRAN
JAVA
Reads records
H5TB_READ_RECORDS (loc_id, table_name, start, nrecords, type_size, field_offset, dst_sizes, data )
herr_t H5TBread_records ( hid_t loc_id, const char *table_name, hsize_t start, hsize_t nrecords, size_t type_size, const size_t *field_offset, const size_t *dst_sizes, void *data )
loc_id
table_name
start
nrecords
type_size
field_offset
dst_sizes
data
H5TB_READ_RECORDS reads some records identified from a dataset named table_name attached to the object specified by the identifier loc_id.
Returns a non-negative value if successful; otherwise returns a negative value.
Include Bitbucket Server for Confluence: File content cannot be shown
--- Last Modified: December 19, 2019 | 10:03 AM