summaryrefslogtreecommitdiffstats
path: root/HDF5Examples/C/H5T/tfiles/16/h5ex_t_commit.ddl
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-11-27 21:30:15 (GMT)
committerGitHub <noreply@github.com>2023-11-27 21:30:15 (GMT)
commitfc88fcde1091cf12c1e88c783a14ee0f1cffe31c (patch)
tree91b88b62cd30ed37ee9227e43989e95035be43c3 /HDF5Examples/C/H5T/tfiles/16/h5ex_t_commit.ddl
parenta067bf71f57723d2dfca7dfe2ffd9ea502eccd4f (diff)
downloadhdf5-fc88fcde1091cf12c1e88c783a14ee0f1cffe31c.zip
hdf5-fc88fcde1091cf12c1e88c783a14ee0f1cffe31c.tar.gz
hdf5-fc88fcde1091cf12c1e88c783a14ee0f1cffe31c.tar.bz2
Develop merge examples (#3851)
* Merge examples repo into library * Change grepTest to be more fault-tolerant * Update examples macro file * Exclude all Fortran examples from doxygen
Diffstat (limited to 'HDF5Examples/C/H5T/tfiles/16/h5ex_t_commit.ddl')
-rw-r--r--HDF5Examples/C/H5T/tfiles/16/h5ex_t_commit.ddl15
1 files changed, 15 insertions, 0 deletions
diff --git a/HDF5Examples/C/H5T/tfiles/16/h5ex_t_commit.ddl b/HDF5Examples/C/H5T/tfiles/16/h5ex_t_commit.ddl
new file mode 100644
index 0000000..fd0495d
--- /dev/null
+++ b/HDF5Examples/C/H5T/tfiles/16/h5ex_t_commit.ddl
@@ -0,0 +1,15 @@
+HDF5 "h5ex_t_commit.h5" {
+GROUP "/" {
+ DATATYPE "Sensor_Type" H5T_COMPOUND {
+ H5T_STD_I64BE "Serial number";
+ H5T_STRING {
+ STRSIZE H5T_VARIABLE;
+ STRPAD H5T_STR_NULLTERM;
+ CSET H5T_CSET_ASCII;
+ CTYPE H5T_C_S1;
+ } "Location";
+ H5T_IEEE_F64BE "Temperature (F)";
+ H5T_IEEE_F64BE "Pressure (inHg)";
+ }
+}
+}