Changeset 1206 for branches/4.2/include/napi.h
- Timestamp:
- 09/02/09 18:37:04 (3 years ago)
- File:
-
- 1 edited
-
branches/4.2/include/napi.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2/include/napi.h
r1042 r1206 34 34 35 35 /* NeXus HDF45 */ 36 #define NEXUS_VERSION "4. 1.0" /* major.minor.patch */36 #define NEXUS_VERSION "4.2.0" /* major.minor.patch */ 37 37 38 38 #define CONSTCHAR const char … … 503 503 * Retrieve information about the currently open group. 504 504 * \param handle A NeXus file handle as initialized by NXopen. 505 * \param no_items A pointer to an integer which will be set to the count of group attributes 506 * available. 505 * \param no_items A pointer to an integer which will be set to the count 506 * of group elements available. This is the count of other groups and 507 * data sets in this group. 507 508 * \param name The name of the group. 508 509 * \param nxclass The NeXus class name of the group.
Note: See TracChangeset
for help on using the changeset viewer.
