summaryrefslogtreecommitdiffstats
path: root/HDF5Examples/C/H5T/tfiles/18/h5ex_t_opaqueatt.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'HDF5Examples/C/H5T/tfiles/18/h5ex_t_opaqueatt.ddl')
-rw-r--r--HDF5Examples/C/H5T/tfiles/18/h5ex_t_opaqueatt.ddl20
1 files changed, 20 insertions, 0 deletions
diff --git a/HDF5Examples/C/H5T/tfiles/18/h5ex_t_opaqueatt.ddl b/HDF5Examples/C/H5T/tfiles/18/h5ex_t_opaqueatt.ddl
new file mode 100644
index 0000000..97d6f5a
--- /dev/null
+++ b/HDF5Examples/C/H5T/tfiles/18/h5ex_t_opaqueatt.ddl
@@ -0,0 +1,20 @@
+HDF5 "h5ex_t_opaqueatt.h5" {
+GROUP "/" {
+ DATASET "DS1" {
+ DATATYPE H5T_STD_I32LE
+ DATASPACE NULL
+ DATA {
+ }
+ ATTRIBUTE "A1" {
+ DATATYPE H5T_OPAQUE {
+ OPAQUE_TAG "Character array";
+ }
+ DATASPACE SIMPLE { ( 4 ) / ( 4 ) }
+ DATA {
+ (0): 4f:50:41:51:55:45:30, 4f:50:41:51:55:45:31,
+ (2): 4f:50:41:51:55:45:32, 4f:50:41:51:55:45:33
+ }
+ }
+ }
+}
+}