Ticket #155 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

NXgroupinfo inconsistent

Reported by: Paul Kienzle Owned by: Unassigned
Priority: major Milestone:
Component: napi Version: trunk
Keywords: Cc:

Description

NXgroupinfo returns the group name for HDF4 and XML, but the group path for HDF5. The documentation for NXgroupinfo says it should return the name. There is no alternative mechanism for returning the path.

Either change the docs, HDF4 and XML so that NXgroupinfo returns the path or create a new function NXgetpath which returns the path.

The current python binding needs to know the path in order to support scanning through the entries in a group.

Change History

comment:1 Changed 3 years ago by Mark Koennecke

(In [1183]) - Fixed a documentation issue in napi.h refs #155

comment:2 Changed 2 years ago by Mark Koennecke

  • Status changed from new to closed
  • Resolution set to fixed

I fixed this in the C-API. But see #199 for the request for NXgetpath

Note: See TracTickets for help on using tickets.