H5Pset_shared_mesg_index | R Documentation |
Get and set shared object header message index properties
H5Pset_shared_mesg_index(
h5plist,
index_num,
mesg_type_flags = h5default(type = "H5O_SHMESG_FLAG"),
min_mesg_size
)
H5Pget_shared_mesg_index(h5plist, index_num)
h5plist |
H5IdComponent object representing the file creation property list |
index_num |
Index being configured. Indices use C-style 0-based counting, so the first index will be numbered 0. |
mesg_type_flags |
Character specifying the types of messages that may be stored in this index.
Valid values can be found with |
min_mesg_size |
Minimum message size |
H5Pget_shared_mesg_index()
returns a list of length 2. The first element is the types of messages
that may be stored in the index, the second element is the minimum message size.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.