Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expose file creation properties to R (#94) #95

Merged
merged 1 commit into from
Sep 7, 2021
Merged

expose file creation properties to R (#94) #95

merged 1 commit into from
Sep 7, 2021

Conversation

ilia-kats
Copy link
Contributor

No description provided.

@grimbough grimbough linked an issue Sep 7, 2021 that may be closed by this pull request
@grimbough grimbough merged commit a8b2c1d into grimbough:master Sep 7, 2021
@grimbough
Copy link
Owner

Thanks for the pull request, it's now been merged into the master branch.

I made a few modifications to H5Pset_shared_mesg_index() and H5Pget_shared_mesg_index(). For the former the mesg_type_flags should now provided as a string representing the type of message, rather than requiring the user to know the integer those constants map to. Possible options can be found with h5const(type = "H5O_SHMESG_FLAG").

This is reflected in the output from H5Pget_shared_mesg_index(), which is now a list where the first element is a character vector containing the message type and the second element is an integer vector with the minimum size.

I also added some unit tests to ensure the getters and setters were working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

large parts of the HDF5 API missing
2 participants